.BANCHO. .HIDE. i porchiddii
This commit is contained in:
parent
5f1cc39ea6
commit
09a634a501
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue
Block a user