mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +00:00
Così è più bellino.
This commit is contained in:
parent
c449a998d2
commit
34c9384e8f
1 changed files with 3 additions and 2 deletions
5
bot.py
5
bot.py
|
@ -720,5 +720,6 @@ while True:
|
|||
raise Exception("Ho appena fatto crashare tutto apposta. Sono un genio.")
|
||||
else:
|
||||
print("@" + username + " bloccato.")
|
||||
except Exception:
|
||||
telegram.sendmessage(sys.exc_info(), -2141322)
|
||||
except Exception as e:
|
||||
telegram.sendmessage("*ERRORE:\n*"
|
||||
"{0}\n".format(repr(e.args)), -2141322)
|
||||
|
|
Loading…
Reference in a new issue