diff --git a/plugin_manager.py b/plugin_manager.py index 8e70caa..3c8cce7 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -271,7 +271,7 @@ class StartupTasks: async def get_new_plugins(self): new_plugins = [] await self.plugin_manager.setup_index() - current_plugins = ## Need to fetch the current present plugins + current_plugins = # Need to fetch the current present plugins all_plugins = await self.plugin_manager.categories["All"].get_plugins() for plugin in all_plugins: if plugin not in current_plugins: