modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-28 11:12:29 +01:00
parent ef70a99e66
commit 006bdeedc6

View File

@ -128,7 +128,7 @@ application = tornado.web.Application([
(r"/unauthorized", UnauthorizedHandler),
(r"/disconnection", DisconnectionHandler),
(r"/socket", WSocketHandler),
(r"/static/(.*)", tornado.web.StaticFileHandler, {"path": "/home/vmproxy/Bureau/ptut/"}),
(r"/static_path/(.*)", tornado.web.StaticFileHandler, {"path": "/home/vmproxy/Bureau/ptut/"}),
], cookie_secret="1213215656")
if __name__ == "__main__":