mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
[ci] auto-format
This commit is contained in:
parent
84514438b4
commit
34bbcba187
1 changed files with 5 additions and 4 deletions
|
|
@ -375,7 +375,8 @@ class StartupTasks:
|
||||||
reverse=True,
|
reverse=True,
|
||||||
)
|
)
|
||||||
new_supported_plugins = new_supported_plugins[:new_plugin_count]
|
new_supported_plugins = new_supported_plugins[:new_plugin_count]
|
||||||
new_supported_plugins = [plug.replace('_', ' ').title() for plug in new_supported_plugins]
|
new_supported_plugins = [plug.replace('_', ' ').title()
|
||||||
|
for plug in new_supported_plugins]
|
||||||
new_supported_plugins_count = len(new_supported_plugins)
|
new_supported_plugins_count = len(new_supported_plugins)
|
||||||
if new_supported_plugins_count > 0:
|
if new_supported_plugins_count > 0:
|
||||||
new_supported_plugins = ", ".join(map(str, (new_supported_plugins
|
new_supported_plugins = ", ".join(map(str, (new_supported_plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue