modifié: superTornado.py
This commit is contained in:
parent
05ff0f6da7
commit
ef07a6a18f
@ -18,6 +18,6 @@ application = tornado.web.Application([
|
||||
])
|
||||
|
||||
if __name__ == "__main__":
|
||||
http_server = tornado.httpserver.HTTPSERVER(application)
|
||||
http_server = tornado.httpserver.HTTPServer(application)
|
||||
http_server.listen(80)
|
||||
tornado.ioloop.IOLoop.instance().start()
|
||||
|
Reference in New Issue
Block a user