Skip to content

Commit 70e0aca

Browse files
committed
Fix ident
1 parent 512e1fe commit 70e0aca

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
@@ -514,7 +514,7 @@ def _update_log_direction(
514514
if self._first_prev_log_processed and self._first_next_log_processed:
515515
# _log_production is True when 2 out of 3 consecutive slots have
516516
# the same timestamp, otherwise it is False
517-
self._log_production = (
517+
self._log_production = (
518518
next_timestamp == timestamp and prev_timestamp != timestamp
519519
) or (prev_timestamp == timestamp and next_timestamp != timestamp)
520520

0 commit comments

Comments
 (0)