.BANCHO. Error totally wank

This commit is contained in:
Nyo 2016-06-01 19:04:06 +02:00
parent aebf910890
commit 5f1cc39ea6

View File

@ -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)