add keyword for timeout to argument list

This commit is contained in:
Stefan Allius
2024-05-21 18:58:10 +02:00
parent e432441134
commit de1c48fa62
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ class Control:
class Talent(Message):
def __init__(self, server_side: bool, id_str=b''):
super().__init__(server_side, self.send_modbus_cb, 11)
super().__init__(server_side, self.send_modbus_cb, mb_timeout=11)
self.await_conn_resp_cnt = 0
self.id_str = id_str
self.contact_name = b''