modifié: superTornado.py

This commit is contained in:
sidya82 2014-04-02 16:36:28 +02:00
parent 6082c35a0f
commit 241ea3ffa7
1 changed files with 1 additions and 1 deletions

View File

@ -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) :