modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-27 20:11:41 +01:00
parent 288387ba87
commit 032c175cc1
1 changed files with 0 additions and 2 deletions

View File

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