modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-01 21:22:37 +01:00
parent fd3e8f78ee
commit 1645c95aee

View File

@ -144,7 +144,7 @@ application = tornado.web.Application([
(r"/unauthorized", UnauthorizedHandler), (r"/unauthorized", UnauthorizedHandler),
(r"/disconnection", DisconnectionHandler), (r"/disconnection", DisconnectionHandler),
(r"/socket", WSocketHandler),], (r"/socket", WSocketHandler),],
static_path=os.path.join(root, 'style'), static_path=os.path.dirname(os.path.dirname(__file__), 'style'),
cookie_secret="1213215656") cookie_secret="1213215656")
if __name__ == "__main__": if __name__ == "__main__":