Skip to content

Commit cd6340e

Browse files
committed
Merge branch 'mdi_CPRegistry' of github.com:plugwise/python-plugwise-usb into mdi_CPRegistry
2 parents e647d30 + a67fcdd commit cd6340e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugwise_usb/network/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ async def node_rejoin_message(self, response: PlugwiseResponse) -> bool:
277277
f"Invalid response message type ({response.__class__.__name__}) received, expected NodeRejoinResponse"
278278
)
279279
mac = response.mac_decoded
280-
if (
281-
self._register.update_node_registration(mac)
282-
and self._nodes.get(mac) is None
280+
if (
281+
self._register.update_node_registration(mac)
282+
and self._nodes.get(mac) is None
283283
):
284284
task = self._discover_sed_tasks.get(mac)
285285
if task is None or task.done():

0 commit comments

Comments
 (0)