From 241ea3ffa7184ac7db5b594abf5035607a7854ee Mon Sep 17 00:00:00 2001 From: sidya82 Date: Wed, 2 Apr 2014 16:36:28 +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 fc639e3..813ba66 100644 --- a/superTornado.py +++ b/superTornado.py @@ -238,7 +238,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler): maison.request("GET",pRq) GlobalVars.log.printL("->Signal To House Send Successfully", lvl.SUCCESS) except Exception, e : - GlobalVars.log.printL(e.value, lvl.FAIL) + GlobalVars.log.printL(e, lvl.FAIL) GlobalVars.log.printL("->Signal To House Send Failed", lvl.FAIL) def send_image(self) :