mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Raise!
This commit is contained in:
parent
e06fd4dff1
commit
74c432ed75
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ def getUpdates():
|
||||||
#...esiste il messaggio? telegram wtf
|
#...esiste il messaggio? telegram wtf
|
||||||
if(data['result'][0]['message'] is not None):
|
if(data['result'][0]['message'] is not None):
|
||||||
return data['result'][0]['message']
|
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! ##
|
## Qui inizia la roba che serve a te, max! ##
|
||||||
|
|
Loading…
Reference in a new issue