Skip to content

Commit 3056e3e

Browse files
committed
Add missing inits
1 parent 286ed32 commit 3056e3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/helper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ def schedules_temps(
144144

145145
length = len(schedule_list)
146146
schedule_list = sorted(schedule_list)
147+
before_first: bool = False
148+
first_schedule_day: int = 0
147149
for i in range(length):
148150
j = (i + 1) % (length)
149151
now = dt.datetime.now().time()

0 commit comments

Comments
 (0)