Skip to content

Commit 1c60120

Browse files
committed
NodeAddRequest: return to default retrying
1 parent 6487b2a commit 1c60120

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise_usb/messages/requests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,6 @@ def __init__(
426426
super().__init__(send_fn, mac)
427427
accept_value = 1 if accept else 0
428428
self._args.append(Int(accept_value, length=2))
429-
430-
self.max_retries = 1 # No retrying, will delay the NodeRejoinResponse
431429
self.no_response = True
432430

433431
async def send(self) -> None:

0 commit comments

Comments
 (0)