mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 16:28:16 +00:00
Make the fufillment reminder only run on weekdays (#180)
As requested by Amber!
This commit is contained in:
parent
575fa89192
commit
a7352544b2
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ async def main(_app: Starlette):
|
|||
"cron",
|
||||
hour=14,
|
||||
minute=0,
|
||||
day_of_week="mon-fri",
|
||||
timezone="Europe/London",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue