modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-12 17:17:14 +01:00
parent 6d84abdacf
commit 266613b7da
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ if __name__ == "__main__":
"certfile": "/ssl/server.csr",
"keyfile": "/ssl/server.key",
})
http_server.listen(433)
http_server.listen(443)
log.printL("->Server Start Successfully !",lvl.SUCCESS)
tornado.ioloop.IOLoop.instance().start()
except Exception, e :