Skip to content

Commit e85cc47

Browse files
committed
forgot the selfs
1 parent 190b4f6 commit e85cc47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,10 @@ def can_clear(self, bus):
430430

431431
# ******************* isotp *******************
432432

433-
def isotp_send(addr, dat, bus, recvaddr=None, subaddr=None):
433+
def isotp_send(self, addr, dat, bus, recvaddr=None, subaddr=None):
434434
return isotp_send(self, dat, addr, bus, recvaddr, subaddr)
435435

436-
def isotp_recv(addr, bus=0, sendaddr=None, subaddr=None):
436+
def isotp_recv(self, addr, bus=0, sendaddr=None, subaddr=None):
437437
return isotp_recv(self, addr, bus, recvaddr, subaddr)
438438

439439
# ******************* serial *******************

0 commit comments

Comments
 (0)