From 4280c3f052383ae9b3ea93604900a509c243daff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Tue, 16 Jul 2019 12:43:13 +0300 Subject: [PATCH] Whoops --- ethermess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethermess.py b/ethermess.py index 7f34d51..e428dee 100644 --- a/ethermess.py +++ b/ethermess.py @@ -254,7 +254,7 @@ def handle_user_command(backend, line): elif command == '/peers' and rest == '': # List all the known peers for mac, peer in peers.items(): - print('--- ~%s (%s) [%s]' % (timestamp(), peer.nick, peer.status.name, format_mac(mac))) + print('--- ~%s (%s) [%s]' % (peer.nick, peer.status.name, format_mac(mac))) elif command == '/available' and rest == '': # Set status to available