From 94d21784c9a287175b47be031c5f1714cb81f712 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 29 Sep 2016 14:03:19 +0200 Subject: [PATCH] Bold? forse? --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 61c8663f..e861b2aa 100644 --- a/bot.py +++ b/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)))