modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-27 15:45:58 +01:00
parent 57330baf36
commit a1d46e81cd

View File

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