Skip to content

Commit 8a1fac9

Browse files
committed
Add missing line in _reset_log_references()
1 parent 54f684e commit 8a1fac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ def _reset_log_references(self) -> None:
667667
if self._last_log_production_timestamp is None:
668668
self._last_log_production_timestamp = log_record.timestamp
669669
if self._last_log_production_timestamp <= log_record.timestamp:
670+
self._last_log_production_timestamp = log_record.timestamp
670671
self._last_log_production_address = address
671672
self._last_log_production_slot = slot
672673

0 commit comments

Comments
 (0)