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 1b53978 commit 5543ba8Copy full SHA for 5543ba8
plugwise_usb/nodes/helpers/pulses.py
@@ -379,7 +379,7 @@ def _update_log_interval(self) -> None:
379
"""Update the detected log interval based on the most recent two logs."""
380
if self._logs is None:
381
_LOGGER.debug(
382
- "_update_log_interval fail | %s | _logs=%s,
+ "_update_log_interval fail | %s | _logs=%s",
383
self._mac,
384
self._logs,
385
)
0 commit comments