From 49a2f977ff02a2ccc54a653b7edb8f7b127c6ec4 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Sat, 1 Mar 2014 21:46:54 +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 918cd63..30f41bc 100644 --- a/superTornado.py +++ b/superTornado.py @@ -145,7 +145,7 @@ application = tornado.web.Application([ (r"/disconnection", DisconnectionHandler), (r"/socket", WSocketHandler), (r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./style"},), - (r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./images"}, + (r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./images"},), (r"/js/(.*)", tornado.web.StaticFileHandler,{"path":"./js"},)], cookie_secret="1213215656")