Ethan Thorsen-Lusterman

Results 3 comments of Ethan Thorsen-Lusterman

opened a new PR #4503 ! thanks @clairemcginty

i'm running into the same thing. without patching the library specifically, you can do something somewhat hacky like the following: ```python e = schedule.every() e.start_day = day_name e.unit = "weeks"...