From 6291f050d4f83b924c26751ee85a7851dee14b44 Mon Sep 17 00:00:00 2001 From: Quan Date: Fri, 9 Jan 2026 09:45:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(app):=20=E4=BF=AE=E5=A4=8D=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E5=A4=84=E7=90=86=E7=BB=9F=E8=AE=A1=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #327 --- source/application/app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/application/app.py b/source/application/app.py index 5414abb..f524525 100644 --- a/source/application/app.py +++ b/source/application/app.py @@ -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,