1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

Più bellino

This commit is contained in:
Steffo 2016-02-28 15:19:14 +01:00
parent 34c9384e8f
commit 90c9466707

4
bot.py
View file

@ -721,5 +721,7 @@ while True:
else:
print("@" + username + " bloccato.")
except Exception as e:
telegram.sendmessage("*ERRORE:\n*"
telegram.sendmessage(chr(9762) + " *ERRORE CRITICO:\n*"
"{0}\n".format(repr(e.args)), -2141322)
print("ERRORE CRITICO:\n"
"{0}".format(repr(e)))