Skip to content

Commit 5543ba8

Browse files
committed
Fix typo
1 parent 1b53978 commit 5543ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def _update_log_interval(self) -> None:
379379
"""Update the detected log interval based on the most recent two logs."""
380380
if self._logs is None:
381381
_LOGGER.debug(
382-
"_update_log_interval fail | %s | _logs=%s,
382+
"_update_log_interval fail | %s | _logs=%s",
383383
self._mac,
384384
self._logs,
385385
)

0 commit comments

Comments
 (0)