There was an error while loading. Please reload this page.
1 parent a2c0128 commit 257d57dCopy full SHA for 257d57d
can/interfaces/usb2can/usb2canInterface.py
@@ -103,7 +103,7 @@ def __init__(
103
self.can = Usb2CanAbstractionLayer(dll)
104
105
# get the serial number of the device
106
- device_id = kwargs.get("serial", d=channel)
+ device_id = kwargs.get("serial", channel)
107
108
# search for a serial number if the device_id is None or empty
109
if not device_id:
0 commit comments