Skip to content

Commit 7168c58

Browse files
Fix query_fw_versions.py (#2140)
remove debug param
1 parent 3ff9730 commit 7168c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/query_fw_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
for sub_addr in sub_addrs:
7878
sub_addr_str = hex(sub_addr) if sub_addr is not None else None
7979
t.set_description(f"{hex(addr)}, {sub_addr_str}")
80-
uds_client = UdsClient(panda, addr, rx_addr, bus, sub_addr=sub_addr, timeout=0.2, debug=args.debug)
80+
uds_client = UdsClient(panda, addr, rx_addr, bus, sub_addr=sub_addr, timeout=0.2)
8181
# Check for anything alive at this address, and switch to the highest
8282
# available diagnostic session without security access
8383
try:

0 commit comments

Comments
 (0)