1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2015-09-20 00:46:36 +02:00
parent e06fd4dff1
commit 74c432ed75

View file

@ -60,6 +60,8 @@ def getUpdates():
#...esiste il messaggio? telegram wtf
if(data['result'][0]['message'] is not None):
return data['result'][0]['message']
else:
raise KeyError("Qualcosa nel messaggio di Telegram è andato storto. Molto storto.")
#############################################
## Qui inizia la roba che serve a te, max! ##