modifié: superTornado.py
This commit is contained in:
parent
357fadedca
commit
c26d7fd1c8
@ -255,7 +255,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
|
||||
if ligne == "--MOBOTIX_Fast_Serverpush--":
|
||||
isData = False
|
||||
if isData == True :
|
||||
data = ligne
|
||||
data = data + ligne.read()
|
||||
if ligne == "ENDSECTION EVENT":
|
||||
isData = True
|
||||
temp.write(f.read())
|
||||
|
Reference in New Issue
Block a user