modifié: superTornado.py

modifié:         video.html
This commit is contained in:
sidya82 2014-03-01 21:45:37 +01:00
parent 7fe6ab7d57
commit 89c7ddccbe
2 changed files with 4 additions and 7 deletions

View File

@ -145,7 +145,8 @@ 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")
if __name__ == "__main__":

File diff suppressed because one or more lines are too long