diff --git a/superTornado.py b/superTornado.py index 8af52d8..825454c 100644 --- a/superTornado.py +++ b/superTornado.py @@ -125,7 +125,7 @@ application = tornado.web.Application([ (r"/video", VideoHandler), (r"/unauthorized", UnauthorizedHandler), (r"/disconnection", DisconnectionHandler), - (r"/test", WSocketHandler), + (r"/socket", WSocketHandler), ], cookie_secret="1213215656") if __name__ == "__main__": diff --git a/video.html b/video.html index aa96f9e..1aeaf39 100644 --- a/video.html +++ b/video.html @@ -6,7 +6,7 @@