From e108f47e90c56e481542f4746cc230b970294e16 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 14 Feb 2016 16:31:02 +0100 Subject: [PATCH] Tolto contatore persone online. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index f27f1c82..abd55427 100644 --- a/bot.py +++ b/bot.py @@ -611,7 +611,7 @@ while True: # Informa Telegram che il messaggio รจ stato ricevuto. telegram.sendchataction(sentin) r = mumbleboxes.getserverstatus("https://www.mumbleboxes.com/servers/5454/cvp.json").json() - tosend = "Utenti online: " + str(len(r['root']['users'])) + " / 15\n" + tosend = "Utenti online:\n" for u in r['root']['users']: if not u['mute']: if u['selfDeaf']: