modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-01 21:46:54 +01:00
parent 89c7ddccbe
commit 49a2f977ff
1 changed files with 1 additions and 1 deletions

View File

@ -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")