From a74ac328941f35bc7bf153f7320cea0c5edbdc01 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 7 Mar 2016 12:33:45 +0100 Subject: [PATCH] ta --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4c7b24e7..faa01928 100644 --- a/bot.py +++ b/bot.py @@ -585,7 +585,7 @@ while True: riga = riga.split("|", 1) ora = time.gmtime(int(riga[0])) text += "`" + str(ora.tm_mday) + "/" + str(ora.tm_mon) + "/" + str( - ora.tm_year) + "`: `" + \ + ora.tm_year) + "`: `" + \ str(ora.tm_hour) + ":" + str(ora.tm_min) + "` " + riga[1] + "\n" else: telegram.sendmessage(chr(9888) + " Il numero massimo di stringhe visualizzabili รจ " +