mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update zhenxun/builtin_plugins/plugin_store/data_source.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
16b149fb32
commit
36e5b9d259
@ -430,7 +430,7 @@ class ShopManage:
|
|||||||
)
|
)
|
||||||
return (
|
return (
|
||||||
result.format(
|
result.format(
|
||||||
len([*update_success_list, *update_failed_list]),
|
len(update_success_list) + len(update_failed_list),
|
||||||
len(update_failed_list),
|
len(update_failed_list),
|
||||||
len(update_success_list),
|
len(update_success_list),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user