diff --git a/schedule/reschedule.py b/schedule/reschedule.py index be0e220..2087f10 100644 --- a/schedule/reschedule.py +++ b/schedule/reschedule.py @@ -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