aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2022-04-29 15:43:53 +0200
committerGravatar Numerlor <[email protected]>2022-04-29 16:31:16 +0200
commit4cdaaf429ec27074117ce41c37aa47e72545c778 (patch)
tree65c27f13c506259f404a719e32b82346d8571330
parentclear keys from set expires after deleting them from redis (diff)
remove leftover task cancel
The task is no longer created in the cog
Diffstat (limited to '')
-rw-r--r--bot/exts/info/doc/_cog.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/info/doc/_cog.py b/bot/exts/info/doc/_cog.py
index dece44063..cbc329a06 100644
--- a/bot/exts/info/doc/_cog.py
+++ b/bot/exts/info/doc/_cog.py
@@ -464,5 +464,4 @@ class DocCog(commands.Cog):
async def cog_unload(self) -> None:
"""Clear scheduled inventories, queued symbols and cleanup task on cog unload."""
self.inventory_scheduler.cancel_all()
- self.init_refresh_task.cancel()
await self.item_fetcher.clear()