From 1a01d1ad0cb4b90a506c2d27f62ea6edbc06ba88 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 16 Jun 2016 15:55:42 +0200 Subject: [PATCH] ??? --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index ac601211..24ceda9b 100644 --- a/bot.py +++ b/bot.py @@ -106,7 +106,7 @@ while True: msg = telegram.getupdates() # Se il messaggio non รจ una notifica di servizio... if 'edit' in msg: - if t['edit']: + if msg['edit']: if 'text' in msg['edit_data']: # Salvatelo in una stringa text = msg['text']