Skip to content

Commit 622b5ca

Browse files
committed
Add missing line in _reset_log_references()
1 parent d585a88 commit 622b5ca

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
@@ -624,6 +624,7 @@ def _reset_log_references(self) -> None:
624624
if self._last_log_production_timestamp is None:
625625
self._last_log_production_timestamp = log_record.timestamp
626626
if self._last_log_production_timestamp <= log_record.timestamp:
627+
self._last_log_production_timestamp = log_record.timestamp
627628
self._last_log_production_address = address
628629
self._last_log_production_slot = slot
629630

0 commit comments

Comments
 (0)