modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-03 18:50:50 +01:00
parent ff1c071486
commit e204ab4024
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
else: else:
log.printL('->Send visual alarm deconnection user',20) log.printL('->Send visual alarm deconnection user',20)
log.printL('maison.request("GET", "micom/lamp.php?room=salon1&order=0")',10) log.printL('maison.request("GET", "micom/lamp.php?room=salon1&order=0")',10)
log.printL"->"+iden+" Deconnection : " + self.request.remote_ip log.printL("->"+iden+" Deconnection : " + self.request.remote_ip)
def send_image(self) : def send_image(self) :