1
Fork 0
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:
Steffo 2016-02-28 15:12:13 +01:00
parent c449a998d2
commit 34c9384e8f

5
bot.py
View file

@ -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)