Skip to content

Commit 2a746b0

Browse files
committed
Pass send_fn = None
1 parent 87f94fc commit 2a746b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/messages/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def __init__(
440440
accept: bool,
441441
) -> None:
442442
"""Initialize NodeAddRequest message object."""
443-
super().__init__(send_fn, mac)
443+
super().__init__(None, mac)
444444
accept_value = 1 if accept else 0
445445
self._args.append(Int(accept_value, length=2))
446446

0 commit comments

Comments
 (0)