From 0026b44b4003fc2a2f4f540826224be043656c71 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 20 Feb 2017 12:57:29 +0100 Subject: [PATCH] cose --- bot.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/bot.py b/bot.py index b5a9af06..ff2afb61 100644 --- a/bot.py +++ b/bot.py @@ -695,19 +695,7 @@ while True: else: print("@" + username + " bloccato.") except Exception as e: -<<<<<<< HEAD -<<<<<<< HEAD - if __debug__: - raise - else: - telegram.sendmessage(chr(9762) + " *Errore critico:\n*" - "{0}\n\n" - "Secondo me, è colpa dello stagista.".format(repr(e)), -2141322) - print("\033[1mERRORE CRITICO:\n{0}\033[0m".format(repr(e))) -======= -======= # Se la fase iniziale causa un errore, mandalo nel gruppo Royal Games. ->>>>>>> 83a7b92f9e2ee0a9380d5da3971cf9740450dda4 telegram.sendmessage(chr(9762) + " *Errore critico:\n*" "{}\n\n" "Secondo me, è colpa {}.".format(repr(e), random.sample(stagismo, 1)[0]), -2141322) @@ -716,4 +704,3 @@ while True: # Se sei in modalità debug, interrompi l'esecuzione if __debug__: raise ->>>>>>> 935fed70c14612ffa6d8942306a36a05df123b5e