modifié: superTornado.py

modifié:         video.html
This commit is contained in:
sidya82
2014-03-01 17:52:22 +01:00
parent fcd02cb32f
commit e43d87c47d
2 changed files with 16 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
def on_message(self,mesg):
pass
print "->Data receive"
def on_close(self):
print "->Websocket closed"