1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Odio quel bug.

This commit is contained in:
Steffo 2015-09-20 00:51:14 +02:00
parent 74c432ed75
commit 4b311f71d9

View file

@ -58,7 +58,7 @@ def getUpdates():
#Aggiorna l'update ID sul file
writeFile("lastid.txt", str(data['result'][0]['update_id'] + 1))
#...esiste il messaggio? telegram wtf
if(data['result'][0]['message'] is not None):
if(data['result'][0]['message']['text'] is not None):
return data['result'][0]['message']
else:
raise KeyError("Qualcosa nel messaggio di Telegram è andato storto. Molto storto.")