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:
parent
3375d46475
commit
9c48e99648
1 changed files with 506 additions and 503 deletions
3
bot.py
3
bot.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue