diff --git a/selfdrive/car/isotp_parallel_query.py b/selfdrive/car/isotp_parallel_query.py index f41fa5493b..2fc0f1752f 100644 --- a/selfdrive/car/isotp_parallel_query.py +++ b/selfdrive/car/isotp_parallel_query.py @@ -98,7 +98,7 @@ class IsoTpParallelQuery: results = {} start_time = time.monotonic() - response_timeouts = {tx_addr: start_time + timeout for tx_addr in self.msg_addrs.items()} + response_timeouts = {tx_addr: start_time + timeout for tx_addr in self.msg_addrs} while True: self.rx()