mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
parent
627f02fd22
commit
c00e345f92
@ -428,11 +428,14 @@ class ShopManage:
|
||||
result += "\n* 以下插件更新失败:\n\t- {}".format(
|
||||
"\n\t- ".join(update_failed_list)
|
||||
)
|
||||
return result.format(
|
||||
return (
|
||||
result.format(
|
||||
len([*update_success_list, *update_failed_list]),
|
||||
len(update_failed_list),
|
||||
len(update_success_list),
|
||||
) + "\n重启后生效"
|
||||
)
|
||||
+ "\n重启后生效"
|
||||
)
|
||||
|
||||
@classmethod
|
||||
async def _resolve_plugin_key(cls, plugin_id: int | str) -> str:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user