diff --git a/superTornado.py b/superTornado.py index 99d28e5..b788914 100644 --- a/superTornado.py +++ b/superTornado.py @@ -13,8 +13,8 @@ def main(port = 80): http_server = tornado.httpserver.HTTPServer(application) http_server.listen(port) try: - ioloop.start() + ioloop.start() except KeyboardInterrupt: - pass + pass