Skip to content

Commit cc60932

Browse files
chore (schedule.py): change schedule to sun|tue|thu
1 parent 993cc14 commit cc60932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
loc_time = arrow.now().to(TZ)
2020
time.tzset()
2121
days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
22-
enabled_days = ["Monday", "Wednesday", "Friday"]
22+
enabled_days = ["Sunday", "Tuesday", "Thursday"]
2323

2424
# init db
2525
db = Database()

0 commit comments

Comments
 (0)