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']