modifié: superTornado.py
This commit is contained in:
parent
57330baf36
commit
a1d46e81cd
@ -13,8 +13,8 @@ def main(port = 80):
|
|||||||
http_server = tornado.httpserver.HTTPServer(application)
|
http_server = tornado.httpserver.HTTPServer(application)
|
||||||
http_server.listen(port)
|
http_server.listen(port)
|
||||||
try:
|
try:
|
||||||
ioloop.start()
|
ioloop.start()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user