Skip to content

Commit ee14ebe

Browse files
committed
Fix typo
1 parent e39c16f commit ee14ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async def retrieve_network_registration(
152152

153153
def network_address(self, mac: str) -> int | None:
154154
"""Return the network registration address for given mac."""
155-
_LOGGER.debug("Finding registration address of %", mac)
155+
_LOGGER.debug("Finding registration address of %s", mac)
156156
for address, registration in self._registry.items():
157157
registered_mac, _ = registration
158158
_LOGGER.debug("address: %s | mac: %s", address, registered_mac)

0 commit comments

Comments
 (0)