modifié: superTornado.py
This commit is contained in:
parent
c9769d47d2
commit
42dcbeaff4
@ -143,8 +143,8 @@ application = tornado.web.Application([
|
|||||||
(r"/video", VideoHandler),
|
(r"/video", VideoHandler),
|
||||||
(r"/unauthorized", UnauthorizedHandler),
|
(r"/unauthorized", UnauthorizedHandler),
|
||||||
(r"/disconnection", DisconnectionHandler),
|
(r"/disconnection", DisconnectionHandler),
|
||||||
(r"/socket", WSocketHandler),],
|
(r"/socket", WSocketHandler),
|
||||||
static_path=os.path.join(os.path.dirname(__file__), 'style'),
|
(r"/style/(*)", tornaso.webStaticFileHandler,{"path":"/style"},)],
|
||||||
cookie_secret="1213215656")
|
cookie_secret="1213215656")
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Reference in New Issue
Block a user