fix(app): 修复作品处理统计错误

Closes #327
This commit is contained in:
Quan
2026-01-09 09:45:05 +08:00
parent 3374649100
commit 6291f050d4

View File

@@ -230,7 +230,9 @@ class XHS:
container["作品类型"],
container["时间戳"],
)
if result:
if not result:
count.skip += 1
elif all(result):
count.success += 1
await self.__add_record(
i,