modifié: superTornado.py
This commit is contained in:
parent
32cb3b53d7
commit
93ca9748dc
@ -209,7 +209,6 @@ if __name__ == "__main__":
|
||||
http_server = tornado.httpserver.HTTPServer(application,ssl_options={
|
||||
"certfile": "/ssl/server.crt",
|
||||
"keyfile": "/ssl/server.key",
|
||||
})
|
||||
})
|
||||
http_server.listen(433)
|
||||
log.printL("->Server Start Successfully !",lvl.SUCCESS)
|
||||
|
Reference in New Issue
Block a user