From a1d46e81cdee0b1eae6efbbc933f0f32d9222624 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Thu, 27 Feb 2014 15:45:58 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20supe?= =?UTF-8?q?rTornado.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superTornado.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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