Print lines not [lines] in src/IRCBot.py

This commit is contained in:
jesopo 2018-10-17 17:36:01 +01:00
parent dd93a84f80
commit 4796d4264c

View file

@ -172,7 +172,7 @@ class Bot(object):
for piece in data:
if irc:
self.log.debug("%s (raw) | %s",
[str(sock), data])
[str(sock), piece])
sock.parse_data(piece)
elif event & select.EPOLLOUT:
sock._send()