From cffc41e878805fe5c61481d3e2ca76ec29746866 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 5 Oct 2022 16:22:53 -0700 Subject: [PATCH] Specify IsoTpMessage keywords --- python/uds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/uds.py b/python/uds.py index 7f9e8865..9e496e9f 100644 --- a/python/uds.py +++ b/python/uds.py @@ -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: