1
Fork 0
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:
Steffo 2015-09-09 12:12:02 +02:00
parent 6c18fcfda9
commit bb74d6ecd0

View file

@ -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!