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:
parent
74c432ed75
commit
4b311f71d9
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue