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--":
|
if ligne == "--MOBOTIX_Fast_Serverpush--":
|
||||||
isData = False
|
isData = False
|
||||||
if isData == True :
|
if isData == True :
|
||||||
data = ligne
|
data = data + ligne.read()
|
||||||
if ligne == "ENDSECTION EVENT":
|
if ligne == "ENDSECTION EVENT":
|
||||||
isData = True
|
isData = True
|
||||||
temp.write(f.read())
|
temp.write(f.read())
|
||||||
|
Reference in New Issue
Block a user