Skip to content

Commit

Permalink
Update reschedule.py
Browse files Browse the repository at this point in the history
  • Loading branch information
user1823 committed Jul 6, 2024
1 parent 97a442d commit 28c06db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schedule/reschedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def apply_fuzz(self, ivl):
):
continue

day_offset = check_due - mw.col.sched.today
due_date = sched_current_date() + timedelta(days=day_offset)
if obey_easy_days and due_date.weekday() in self.easy_days:
# If the due date is on an easy day, skip
Expand Down

0 comments on commit 28c06db

Please sign in to comment.