From 5f1cc39ea6671be2e86d58fe6fe842ad06a47c1b Mon Sep 17 00:00:00 2001 From: Nyo Date: Wed, 1 Jun 2016 19:04:06 +0200 Subject: [PATCH] .BANCHO. Error totally wank --- handlers/mainHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/mainHandler.py b/handlers/mainHandler.py index 197b62f..ba7f969 100644 --- a/handlers/mainHandler.py +++ b/handlers/mainHandler.py @@ -184,7 +184,7 @@ class handler(requestHelper.asyncRequestHandler): self.add_header("Vary", "Accept-Encoding") self.add_header("Content-Encoding", "gzip") self.write(gzip.compress(responseData, 6)) - self.finish() + #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)