From 88a73713a8fb799fc975c2d8d1fd9b2e28ce1a79 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Wed, 2 Apr 2014 19:55:22 +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 9f818b9..381283a 100644 --- a/superTornado.py +++ b/superTornado.py @@ -257,7 +257,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler): with open("temp2","w") as dest : isData = False for ligne in temp : - ligne.rstrip('\r\n') + data = ligne.rstrip('\r\n') if data =="--MOTOBIX_Fast_Serverpush": isData = False if isData == True: