From 3f8bc9a5e2b26a0e9e0e403fb82287ce1bc5ef7a Mon Sep 17 00:00:00 2001 From: sidya82 Date: Wed, 2 Apr 2014 19:54:16 +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 e45b9dc..9f818b9 100644 --- a/superTornado.py +++ b/superTornado.py @@ -258,7 +258,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler): isData = False for ligne in temp : ligne.rstrip('\r\n') - if data ="--MOTOBIX_Fast_Serverpush": + if data =="--MOTOBIX_Fast_Serverpush": isData = False if isData == True: dest.write(data+"\n")