1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Bold? forse?

This commit is contained in:
Steffo 2016-09-29 14:03:19 +02:00
parent 7d6d1b7d2b
commit 94d21784c9

4
bot.py
View file

@ -586,5 +586,5 @@ while True:
telegram.sendmessage(chr(9762) + " *Errore critico:\n*"
"{0}\n\n"
"Secondo me, è colpa dello stagista.".format(repr(e)), -2141322)
print("ERRORE CRITICO:\n"
"{0}".format(repr(e)))
print("\033[1mERRORE CRITICO:\n"
"{0}\033[0m".format(repr(e)))