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