Skip to content

Commit

Permalink
Correct reminder time
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Oct 28, 2023
1 parent 298b4f5 commit be093a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be093a4

Please sign in to comment.