Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update deadlines.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev authored Oct 16, 2023
1 parent 4c2b225 commit 35dbbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainerdex/discord_bot/utils/deadlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from trainerdex.discord_bot.config import Config
from trainerdex.discord_bot.datatypes import GuildConfig

SHUTDOWN_DATE = datetime(2023, 12, 31, 23, 59, 59, tzinfo=ZoneInfo("UTC")
SHUTDOWN_DATE = datetime(2023, 12, 31, 23, 59, 59, tzinfo=ZoneInfo("UTC"))


async def get_last_deadline(
Expand Down

0 comments on commit 35dbbb7

Please sign in to comment.