Explorar el Código

Adaption to updated modules

mod_update
Dirk Alders hace 4 años
padre
commit
e63c11b137
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      smarthome.py

+ 1
- 1
smarthome.py Ver fichero

@@ -121,7 +121,7 @@ class WetationFrameProt(gui.Wetation):
121 121
             cn = self.PROT_NAMES[prot_id]
122 122
             logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__ + '.' + cn)
123 123
             logger.info('Initiating communication channel')
124
-            c_tcp = tcp_socket.tcp_client_stp(self.PROT_IPS[prot_id], self.PROT_PORTS[prot_id], rx_log_lvl=logging.DEBUG)
124
+            c_tcp = tcp_socket.tcp_client_stp(self.PROT_IPS[prot_id], self.PROT_PORTS[prot_id])
125 125
             self.__prot__[prot_id] = self.PROT_CLASSES[prot_id](c_tcp, secret=self.PROT_SECRETS[prot_id], auto_auth=True, channel_name=cn)
126 126
             #
127 127
             self.__prot__[prot_id].register_callback(None, None, self.__prot_resp_callbacks__, prot_id)

Loading…
Cancelar
Guardar