modifié: superTornado.py

This commit is contained in:
sidya82 2014-04-02 17:33:09 +02:00
parent 357fadedca
commit c26d7fd1c8
1 changed files with 1 additions and 1 deletions

View File

@ -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())