modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-27 20:54:51 +01:00
parent 6c5eff4d26
commit 00e95a2a98
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class VideoHandler(tornado.web.RequestHandler):
application = tornado.web.Application([
(r"/", MainHandler),
(r"/", VideoHandler),
(r"/video", VideoHandler),
])
if __name__ == "__main__":