modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-12 16:58:59 +01:00
parent 32cb3b53d7
commit 93ca9748dc
1 changed files with 0 additions and 1 deletions

View File

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