modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-28 11:09:42 +01:00
parent 28f28da2a2
commit ef70a99e66

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/(.*)", tornado.web.StaticFileHandler, {"path": "/home/vmproxy/Bureau/ptut/"}),
], cookie_secret="1213215656")
if __name__ == "__main__":