Skip to content

Commit a9de2f4

Browse files
committed
Fix
1 parent 90c699e commit a9de2f4

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
@@ -174,7 +174,7 @@ def collected_pulses(
174174
return (None, None)
175175

176176
if (
177-
log_pulses, reset := self._collect_pulses_from_logs(from_timestamp, is_consumption)
177+
(log_pulses, reset) := self._collect_pulses_from_logs(from_timestamp, is_consumption)
178178
) is None:
179179
_LOGGER.debug("collected_pulses | %s | log_pulses:None", self._mac)
180180
return (None, None)

0 commit comments

Comments
 (0)