mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Bold? forse?
This commit is contained in:
parent
7d6d1b7d2b
commit
94d21784c9
1 changed files with 2 additions and 2 deletions
4
bot.py
4
bot.py
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue