Skip to content

Commit e513141

Browse files
committed
Improve comment
1 parent 77fb8d3 commit e513141

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
@@ -306,7 +306,7 @@ def update_pulse_counter(
306306
"update_pulse_counter | production pulses reset | hourly_reset_time=%s",
307307
self._last_hourly_reset,
308308
)
309-
# No rollover based on time, check rollover based on counter reset
309+
# No rollover based on time, set rollover based on counter reset
310310
# Required for special cases like nodes which have been powered off for several days
311311
if not (self._rollover_consumption or self._rollover_production):
312312
if self._cons_pulsecounter_reset:

0 commit comments

Comments
 (0)