modifié: superTornado.py
This commit is contained in:
parent
6c5eff4d26
commit
00e95a2a98
@ -46,7 +46,7 @@ class VideoHandler(tornado.web.RequestHandler):
|
|||||||
|
|
||||||
application = tornado.web.Application([
|
application = tornado.web.Application([
|
||||||
(r"/", MainHandler),
|
(r"/", MainHandler),
|
||||||
(r"/", VideoHandler),
|
(r"/video", VideoHandler),
|
||||||
])
|
])
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Reference in New Issue
Block a user