Skip to content

Commit f8d86f6

Browse files
committed
Remove another double call
1 parent 10cf751 commit f8d86f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ async def node_rejoin_message(self, response: PlugwiseResponse) -> bool:
261261
f"Invalid response message type ({response.__class__.__name__}) received, expected NodeRejoinResponse"
262262
)
263263
mac = response.mac_decoded
264-
address = self._register.network_address(mac)
265264
if (address := self._register.network_address(mac)) is not None:
266265
if self._nodes.get(mac) is None:
267266
if self._discover_sed_tasks.get(mac) is None:

0 commit comments

Comments
 (0)