Don't leave debug changes in

This commit is contained in:
Juhani Krekelä 2019-07-15 11:09:30 +03:00
parent d1a6bd7052
commit 415d6842f4
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ def handle_message(mac, message):
nick = '[%s]~%s' % (format_mac(mac), nick)
for line in message.split('\n'):
print('<%s> %s' % (nick, ascii(line)))
print('<%s> %s' % (nick, line))
def eventloop(proc):
# Create unbuffered version of stdin and close the old one as we