Skip to content

Commit 2b9c412

Browse files
committed
Ruffed
1 parent ce7ea30 commit 2b9c412

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,9 @@ async def _discover_node(
423423
_LOGGER.debug("Starting the discovery of node %s with unknown NodeType", mac)
424424
node_info, node_ping = await self._controller.get_node_details(mac, ping_first)
425425
if node_info is None:
426-
_LOGGER.warning("Node %s with unknown NodeType not responding, is it offline?", mac)
426+
_LOGGER.warning(
427+
"Node %s with unknown NodeType not responding, is it offline?", mac
428+
)
427429
self._registry_stragglers.append(mac)
428430
return False
429431
await self._create_node_object(mac, node_info.node_type)

0 commit comments

Comments
 (0)