Skip to content

Commit a560643

Browse files
committed
attribute error
1 parent eba5cb6 commit a560643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,9 +864,9 @@ async def _clock_synchronize_scheduler(self) -> None:
864864
try:
865865
await self.clock_synchronize()
866866
except Exception:
867-
_LOGGER.exception("Clock synchronisation failed for %s", self.mac_in_str)
867+
_LOGGER.exception("Clock synchronisation failed for %s", self._mac_in_str)
868868
except CancelledError:
869-
_LOGGER.debug("Clock sync scheduler cancelled for %s", self.mac_in_str)
869+
_LOGGER.debug("Clock sync scheduler cancelled for %s", self._mac_in_str)
870870
raise
871871

872872
async def clock_synchronize(self) -> bool:

0 commit comments

Comments
 (0)