mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +00:00
Più bellino
This commit is contained in:
parent
34c9384e8f
commit
90c9466707
1 changed files with 3 additions and 1 deletions
4
bot.py
4
bot.py
|
@ -721,5 +721,7 @@ while True:
|
||||||
else:
|
else:
|
||||||
print("@" + username + " bloccato.")
|
print("@" + username + " bloccato.")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
telegram.sendmessage("*ERRORE:\n*"
|
telegram.sendmessage(chr(9762) + " *ERRORE CRITICO:\n*"
|
||||||
"{0}\n".format(repr(e.args)), -2141322)
|
"{0}\n".format(repr(e.args)), -2141322)
|
||||||
|
print("ERRORE CRITICO:\n"
|
||||||
|
"{0}".format(repr(e)))
|
Loading…
Reference in a new issue