1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Proviamo a mettere try...?

This commit is contained in:
Steffo 2016-02-28 14:58:40 +01:00
parent 3375d46475
commit 9c48e99648

3
bot.py
View file

@ -175,6 +175,7 @@ random.seed()
# Ciclo principale del bot # Ciclo principale del bot
print("Bot avviato!") print("Bot avviato!")
while True: while True:
try:
# Guarda il comando ricevuto. # Guarda il comando ricevuto.
msg = telegram.getupdates() msg = telegram.getupdates()
# Se il messaggio non è una notifica di servizio... # Se il messaggio non è una notifica di servizio...
@ -715,3 +716,5 @@ while True:
telegram.sendmessage(lolfreestring, sentin, source) telegram.sendmessage(lolfreestring, sentin, source)
else: else:
print("@" + username + " bloccato.") print("@" + username + " bloccato.")
except Exception:
telegram.sendmessage(sys.exc_info(), -2141322)