mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Sistemato il buggone.
This commit is contained in:
parent
6c18fcfda9
commit
bb74d6ecd0
1 changed files with 1 additions and 5 deletions
|
@ -151,11 +151,7 @@ while(True):
|
|||
#Aggiorna l'update ID sul file
|
||||
writeFile("lastid.txt", str(data['result'][0]['update_id'] + 1))
|
||||
#...esiste il messaggio? telegram wtf
|
||||
try:
|
||||
data['result'][0]['message']['text']
|
||||
except KeyError:
|
||||
print(data['result'][0]['message'])
|
||||
else:
|
||||
if(data['result'][0]['message'] is not None):
|
||||
#Leggi i dati del messaggio
|
||||
msg = data['result'][0]['message']
|
||||
#Ah, non lo so io!
|
||||
|
|
Loading…
Reference in a new issue