dbader / dbader/schedule

Every Friday to Sunday, 10 a.m. and 16 p.m do this

Open
#297 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
12.3k
Forks
999
PR merge metrics
No merged PRs in 30d

Description

Every Friday to Sunday, 10 a.m. and 16 p.m do this, for jobs that only run F-S and 10 a.m / 16 p.m ,Otherwise i have to do this:
`
schedule.every().friday.at("10:00").do(something())
schedule.every().friday.at("16:00").do(something())
schedule.every().saturday.at("10:00").do(something())
schedule.every().saturday.at("16:00").do(something())
schedule.every().sunday.at("10:00").do(something())
schedule.every().sunday.at("16:00").do(something())
`

i use
`schedule.every().friday.sunday.at("10:00").at("16:00").do(something())`
can run
but only friday 19 a.m and sunday 16 p.m

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.