mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
fdaceaee3d
commit
b1a3aaa914
1 changed files with 2 additions and 2 deletions
|
|
@ -387,8 +387,8 @@ class StartupTasks:
|
|||
new_supported_plugins_count = len(new_supported_plugins)
|
||||
if new_supported_plugins_count > 0:
|
||||
new_supported_plugins = ", ".join(map(title_it, (new_supported_plugins
|
||||
if new_supported_plugins_count <= show_max_names else
|
||||
new_supported_plugins[0:show_max_names])
|
||||
if new_supported_plugins_count <= show_max_names else
|
||||
new_supported_plugins[0:show_max_names])
|
||||
))
|
||||
if new_supported_plugins_count == 1:
|
||||
notification_text = f"{new_supported_plugins_count} new plugin ({new_supported_plugins}) is available!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue