Skip to content

Commit 6b4b379

Browse files
committed
fix error line 688
Forgot to delete intermediate variable name.
1 parent 1cf6289 commit 6b4b379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def request_energy_counters(self, log_address=None, callback=None):
685685
_log_delta = datetime.utcnow().replace(
686686
minute=0, second=0, microsecond=0
687687
) - (
688-
_yesterday_timestamp = datetime.utcnow().replace(
688+
datetime.utcnow().replace(
689689
hour=0, minute=0, second=0, microsecond=0
690690
) - timedelta(days=1)
691691
)

0 commit comments

Comments
 (0)