pull/24724/head
Shane Smiskol 3 years ago
parent 1776a9b0e3
commit 0835be8b85
  1. 2
      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()

Loading…
Cancel
Save