Skip to content

Commit 1108aa4

Browse files
committed
Fix another mistake
1 parent ef65066 commit 1108aa4

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
@@ -95,7 +95,7 @@ def __init__(self, mac: str) -> None:
9595

9696
self._log_production = False # : bool | None = None
9797
if mac in PRODUCERS:
98-
self._log_production = False
98+
self._log_production = True
9999

100100
@property
101101
def collected_logs(self) -> int:

0 commit comments

Comments
 (0)