We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c6762 commit bb78f6aCopy full SHA for bb78f6a
plugwise_usb/nodes/circle.py
@@ -864,7 +864,9 @@ async def _clock_synchronize_scheduler(self) -> None:
864
try:
865
await self.clock_synchronize()
866
except Exception:
867
- _LOGGER.exception("Clock synchronization failed for %s", self._mac_in_str)
+ _LOGGER.exception(
868
+ "Clock synchronization failed for %s", self._mac_in_str
869
+ )
870
except CancelledError:
871
_LOGGER.debug("Clock sync scheduler cancelled for %s", self._mac_in_str)
872
raise
0 commit comments