Print lines not [lines] in src/IRCBot.py
This commit is contained in:
parent
dd93a84f80
commit
4796d4264c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue