From ef07a6a18f5bddae47c72764fc0f5d75f09f7fe4 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Thu, 27 Feb 2014 16:56:43 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superTornado.py b/superTornado.py index 6fe7857..5e66474 100644 --- a/superTornado.py +++ b/superTornado.py @@ -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()