From be093a471b0436c2302c5a05fdbf01869767cff7 Mon Sep 17 00:00:00 2001 From: Cameron Brown Date: Sat, 28 Oct 2023 19:04:03 -0400 Subject: [PATCH] Correct reminder time --- src/reports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reports.py b/src/reports.py index 0c86b38..8fd0eab 100644 --- a/src/reports.py +++ b/src/reports.py @@ -166,7 +166,7 @@ async def post_reminder(self): f"{self.bot.egn4912_role.mention}\nHey everyone! Friendly reminder to submit your weekly progress reports by **tomorrow night at 11:59pm**. You can submit your reports in the {self.bot.reports_channel.mention} channel. If you have any questions, please contact your leader. Thank you!", ) - @run_on_weekday(calendar.SATURDAY, 19, 2) + @run_on_weekday(calendar.SATURDAY, 12, 0) async def individual_reminder(self): # Get all members who have not completed reports for the week main_worksheet = await self.bot.sh.get_worksheet(0)