Specify IsoTpMessage keywords

This commit is contained in:
Shane Smiskol
2022-10-05 16:22:53 -07:00
parent 7d196264a4
commit cffc41e878

View File

@@ -560,7 +560,7 @@ class UdsClient():
req += data
# send request, wait for response
isotp_msg = IsoTpMessage(self._can_client, self.timeout, self.debug)
isotp_msg = IsoTpMessage(self._can_client, timeout=self.timeout, debug=self.debug)
isotp_msg.send(req)
response_pending = False
while True: