.BANCHO. .HIDE. i porchiddii

This commit is contained in:
Nyo 2016-06-01 19:07:52 +02:00
parent 5f1cc39ea6
commit 09a634a501
1 changed files with 2 additions and 1 deletions

View File

@ -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 = "<html><head><title>MA MAURO ESISTE?</title><style type='text/css'>body{width:30%}</style></head><body><pre>"