modifié: index.html

modifié:         superTornado.py
This commit is contained in:
sidya82
2014-02-28 11:22:07 +01:00
parent 5212acc027
commit 54c304c7c7
2 changed files with 1 additions and 3 deletions

View File

@@ -131,8 +131,6 @@ application = tornado.web.Application([
(r"/unauthorized", UnauthorizedHandler),
(r"/disconnection", DisconnectionHandler),
(r"/socket", WSocketHandler),],
STATIC_PATH = os.path.join(dirname, 'static'),
TEMPLATE_PATH = os.path.join(dirname, 'templates'),
cookie_secret="1213215656")
if __name__ == "__main__":