From 7168c58fae93bc4275411fbae095a46e51139b3c Mon Sep 17 00:00:00 2001 From: Lukas <61192133+lukasloetkolben@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:55:13 +0100 Subject: [PATCH] Fix query_fw_versions.py (#2140) remove debug param --- examples/query_fw_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/query_fw_versions.py b/examples/query_fw_versions.py index 05962eb7..7b3f9298 100755 --- a/examples/query_fw_versions.py +++ b/examples/query_fw_versions.py @@ -77,7 +77,7 @@ if __name__ == "__main__": for sub_addr in sub_addrs: sub_addr_str = hex(sub_addr) if sub_addr is not None else None t.set_description(f"{hex(addr)}, {sub_addr_str}") - uds_client = UdsClient(panda, addr, rx_addr, bus, sub_addr=sub_addr, timeout=0.2, debug=args.debug) + uds_client = UdsClient(panda, addr, rx_addr, bus, sub_addr=sub_addr, timeout=0.2) # Check for anything alive at this address, and switch to the highest # available diagnostic session without security access try: