modifié: superTornado.py
This commit is contained in:
		| @@ -208,7 +208,7 @@ if __name__ == "__main__": | ||||
|         http_server = tornado.httpserver.HTTPServer(application,ssl_options={ | ||||
|     "certfile": os.path.join("/ssl", "server.crt"), | ||||
|     "keyfile": os.path.join("/ssl", "server.key"), | ||||
|     })) | ||||
|     }) | ||||
|         http_server.listen(portServ) | ||||
|         log.printL("->Server Start Successfully !",lvl.SUCCESS) | ||||
|         tornado.ioloop.IOLoop.instance().start() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user