modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-01 21:24:24 +01:00
parent 1645c95aee
commit c9769d47d2
1 changed files with 1 additions and 1 deletions

View File

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