From 316b91a9fd847b565fae8ab10416fe67a96d35b5 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sat, 4 Jun 2022 18:00:00 -0700 Subject: [PATCH] Remove a couple of old comments Signed-off-by: Alek Ratzloff --- omnibot/bot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/omnibot/bot.py b/omnibot/bot.py index 49a1490..09da8d4 100644 --- a/omnibot/bot.py +++ b/omnibot/bot.py @@ -164,10 +164,8 @@ class Bot: ) async def keepalive(self): - # loop while we're connected, check every second await self.__quitting.wait() log.info("Shutting down gracefully") - # TODO: unload modules await asyncio.gather( *[plugin.on_unload(self.connection) for plugin in self.plugins] )