This commit is contained in:
Juhani Krekelä 2019-07-16 12:43:13 +03:00
parent 45be079ee8
commit 4280c3f052
1 changed files with 1 additions and 1 deletions

View File

@ -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