Skip to content

Commit 63bc7f9

Browse files
committed
Correct var name
1 parent 49bdb23 commit 63bc7f9

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
@@ -881,7 +881,7 @@ async def clock_synchronize(self) -> bool:
881881

882882
dt_now = datetime.now(tz=UTC)
883883
days_diff = (response.day_of_week.value - dt_now.weekday()) % 7
884-
circle_plus_timestamp: datetime = dt_now.replace(
884+
circle_timestamp: datetime = dt_now.replace(
885885
day=dt_now.day + days_diff,
886886
hour=response.time.value.hour,
887887
minute=response.time.value.minute,

0 commit comments

Comments
 (0)