modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-12 16:37:50 +01:00
parent 3343b43d80
commit dd48c5e5ca
1 changed files with 1 additions and 1 deletions

View File

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