From 415d6842f40812aff504b80e518e9b47b5b88ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 15 Jul 2019 11:09:30 +0300 Subject: [PATCH] Don't leave debug changes in --- ethermess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethermess.py b/ethermess.py index 3a3a9c0..9126e29 100644 --- a/ethermess.py +++ b/ethermess.py @@ -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