From 613e6e648d080da387289a0a6edb8b95a29dac00 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Tue, 11 Mar 2014 17:02: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 | 1 + 1 file changed, 1 insertion(+) diff --git a/superTornado.py b/superTornado.py index 08122f4..afa221f 100644 --- a/superTornado.py +++ b/superTornado.py @@ -151,6 +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"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./v/style"},), (r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./v/images"},), (r"/js/(.*)", tornado.web.StaticFileHandler,{"path":"./v/js"},)],