From c26d7fd1c88078ce6fe6b5d31428b14b2a11da5b Mon Sep 17 00:00:00 2001 From: sidya82 Date: Wed, 2 Apr 2014 17:33:09 +0200 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20supe?= =?UTF-8?q?rTornado.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superTornado.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superTornado.py b/superTornado.py index 90acfff..7842c82 100644 --- a/superTornado.py +++ b/superTornado.py @@ -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())