Skip to content

Commit a735254

Browse files
authored
Make the fufillment reminder only run on weekdays (#180)
As requested by Amber!
1 parent 575fa89 commit a735254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nephthys/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ async def main(_app: Starlette):
5151
"cron",
5252
hour=14,
5353
minute=0,
54+
day_of_week="mon-fri",
5455
timezone="Europe/London",
5556
)
5657

0 commit comments

Comments
 (0)