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
|
#Aggiorna l'update ID sul file
|
||||||
writeFile("lastid.txt", str(data['result'][0]['update_id'] + 1))
|
writeFile("lastid.txt", str(data['result'][0]['update_id'] + 1))
|
||||||
#...esiste il messaggio? telegram wtf
|
#...esiste il messaggio? telegram wtf
|
||||||
try:
|
if(data['result'][0]['message'] is not None):
|
||||||
data['result'][0]['message']['text']
|
|
||||||
except KeyError:
|
|
||||||
print(data['result'][0]['message'])
|
|
||||||
else:
|
|
||||||
#Leggi i dati del messaggio
|
#Leggi i dati del messaggio
|
||||||
msg = data['result'][0]['message']
|
msg = data['result'][0]['message']
|
||||||
#Ah, non lo so io!
|
#Ah, non lo so io!
|
||||||
|
|
Loading…
Reference in a new issue