Remove debug date

pull/134/head
stijndcl 2022-09-23 15:07:13 +02:00
parent 0a9f73af8c
commit 3e495d8291
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class Tasks(commands.Cog):
await self.client.wait_until_ready()
async def _send_les_reminders(self, entries: list[Reminder]):
today = datetime.date(year=2022, month=9, day=26)
today = tz_aware_now().date()
# Create the main schedule for the day once here, to avoid doing it repeatedly
daily_schedule = get_schedule_for_day(self.client, today)