From a7352544b2f2685c7a7f1e6a5b8fc14575563bf9 Mon Sep 17 00:00:00 2001 From: Mish Date: Wed, 25 Mar 2026 11:17:57 +0000 Subject: [PATCH] Make the fufillment reminder only run on weekdays (#180) As requested by Amber! --- nephthys/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nephthys/__main__.py b/nephthys/__main__.py index 268b533..d05773f 100644 --- a/nephthys/__main__.py +++ b/nephthys/__main__.py @@ -51,6 +51,7 @@ async def main(_app: Starlette): "cron", hour=14, minute=0, + day_of_week="mon-fri", timezone="Europe/London", )