diff options
author | 2019-12-02 10:08:31 +0100 | |
---|---|---|
committer | 2019-12-02 10:08:31 +0100 | |
commit | 8691b54468ed9f0454b9ba6503131414ea041deb (patch) | |
tree | 14a64725b050a316256457bef265a8e5657d8142 /bot/seasons/christmas/adventofcode.py | |
parent | Cancel season related tasks on cog unload (diff) |
Delete whitespaces
Diffstat (limited to 'bot/seasons/christmas/adventofcode.py')
-rw-r--r-- | bot/seasons/christmas/adventofcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/christmas/adventofcode.py b/bot/seasons/christmas/adventofcode.py index 818e5748..fe2fa956 100644 --- a/bot/seasons/christmas/adventofcode.py +++ b/bot/seasons/christmas/adventofcode.py @@ -406,7 +406,7 @@ class AdventOfCode(commands.Cog): self.cached_global_leaderboard = await AocGlobalLeaderboard.from_url() else: self.cached_private_leaderboard = await AocPrivateLeaderboard.from_url() - + def cog_unload(self) -> None: """Cancel season-related tasks on cog unload.""" self.countdown_task.cancel() |