modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-01 21:34:35 +01:00
parent d4f3bdc3cf
commit 8d17a92df1
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),
(r"/style/(*)", tornado.webStaticFileHandler,{"path":"/style"},)],
(r"/style/(*)", tornado.web.StaticFileHandler,{"path":"/style"},)],
cookie_secret="1213215656")
if __name__ == "__main__":