Make the fufillment reminder only run on weekdays (#180)

As requested by Amber!
This commit is contained in:
Mish 2026-03-25 11:17:57 +00:00 committed by GitHub
parent 575fa89192
commit a7352544b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ async def main(_app: Starlette):
"cron",
hour=14,
minute=0,
day_of_week="mon-fri",
timezone="Europe/London",
)