modifié: superTornado.py
This commit is contained in:
parent
6082c35a0f
commit
241ea3ffa7
@ -238,7 +238,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
|
|||||||
maison.request("GET",pRq)
|
maison.request("GET",pRq)
|
||||||
GlobalVars.log.printL("->Signal To House Send Successfully", lvl.SUCCESS)
|
GlobalVars.log.printL("->Signal To House Send Successfully", lvl.SUCCESS)
|
||||||
except Exception, e :
|
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)
|
GlobalVars.log.printL("->Signal To House Send Failed", lvl.FAIL)
|
||||||
|
|
||||||
def send_image(self) :
|
def send_image(self) :
|
||||||
|
Reference in New Issue
Block a user