Skip to content

Commit dec3280

Browse files
committed
Simplify as suggested
1 parent f1b8402 commit dec3280

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugwise_usb/nodes/circle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,6 @@ async def clock_synchronize(self) -> bool:
883883
days_diff = response.day_of_week.value - dt_now.weekday()
884884
target_date = dt_now + timedelta(days=days_diff)
885885
circle_timestamp = target_date.replace(
886-
day=target_date.day,
887886
hour=response.time.value.hour,
888887
minute=response.time.value.minute,
889888
second=response.time.value.second,

0 commit comments

Comments
 (0)