From 20e12589250a1545f3b47f0c1c45dc78d740bf50 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Tue, 11 Mar 2014 17:07:47 +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 afa221f..f6c88e5 100644 --- a/superTornado.py +++ b/superTornado.py @@ -151,7 +151,7 @@ application = tornado.web.Application([ (r"/unauthorized", UnauthorizedHandler), (r"/disconnection", DisconnectionHandler), (r"/socket", WSocketHandler), - (r"/favicon.ico", tornado.web.StaticFileHandler,{"path":"./v/favicon.ico"},), + (r"/(favicon.ico)", tornado.web.StaticFileHandler,{"path":"./v/favicon.ico"},), (r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./v/style"},), (r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./v/images"},), (r"/js/(.*)", tornado.web.StaticFileHandler,{"path":"./v/js"},)],