From 09a634a50138803f7cc21d861e0162638b1fc3f7 Mon Sep 17 00:00:00 2001 From: Nyo Date: Wed, 1 Jun 2016 19:07:52 +0200 Subject: [PATCH] .BANCHO. .HIDE. i porchiddii --- handlers/mainHandler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handlers/mainHandler.py b/handlers/mainHandler.py index ba7f969..8b85784 100644 --- a/handlers/mainHandler.py +++ b/handlers/mainHandler.py @@ -184,11 +184,12 @@ class handler(requestHelper.asyncRequestHandler): self.add_header("Vary", "Accept-Encoding") self.add_header("Content-Encoding", "gzip") self.write(gzip.compress(responseData, 6)) - #self.finish() except: msg = "**asyncppytornadovroom error** *(aka test server, ignore this)*\nUnhandled exception in mainHandler:\n```\n{}\n{}\n```".format(sys.exc_info(), traceback.format_exc()) consoleHelper.printColored("[!] {}".format(msg), bcolors.RED) discordBotHelper.sendConfidential(msg) + finally: + self.finish() def asyncGet(self): html = "MA MAURO ESISTE?
"