diff --git a/superTornado.py b/superTornado.py index e37efca..acfcd4e 100644 --- a/superTornado.py +++ b/superTornado.py @@ -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()