mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
[ci] auto-format
This commit is contained in:
parent
60dee789ae
commit
967dd0994d
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue