From f6728718c5066cf7c68380f18daef542c659d1a9 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Wed, 2 Apr 2014 19:23:00 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/superTornado.py b/superTornado.py index 8e0078e..655ea00 100644 --- a/superTornado.py +++ b/superTornado.py @@ -258,7 +258,6 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler): if data == "ENDSECTIONEVENT" : isData = True data = f.read() - encoded = base64.b64encode(data) f.close() self.write_message(encoded)