fix: 修正设置并发数无候选时的文案拼写错误

This commit is contained in:
liumangmang
2026-07-02 10:08:30 +08:00
parent 274413bca7
commit c797aff773
+1 -1
View File
@@ -1210,7 +1210,7 @@ def set_website_accounts_concurrency(
success = all(item.status == "skipped" for item in items)
return SetConcurrencyResponse(
success=success,
message=f"无可执行批量更新 of 账号。已跳过 {len(skipped_items)}",
message=f"无可执行批量更新账号。已跳过 {len(skipped_items)}",
items=items
)