modifié: index.html

modifié:         superTornado.py
This commit is contained in:
sidya82
2014-03-01 21:41:11 +01:00
parent 002ef00cf6
commit 27f20903e5
2 changed files with 2 additions and 14 deletions

View File

@@ -144,7 +144,8 @@ application = tornado.web.Application([
(r"/unauthorized", UnauthorizedHandler),
(r"/disconnection", DisconnectionHandler),
(r"/socket", WSocketHandler),
(r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./style"},)],
(r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./style"},
(r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./images"},)],
cookie_secret="1213215656")
if __name__ == "__main__":