From ab86a19312c8bcaef4bad047b49fd9774260591f Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Wed, 5 Apr 2023 20:28:15 +0800 Subject: [PATCH] fix --- utils/ComicUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ComicUtils.py b/utils/ComicUtils.py index cdeaebe..ae0fe4c 100644 --- a/utils/ComicUtils.py +++ b/utils/ComicUtils.py @@ -136,11 +136,11 @@ class CBZUtils: if path == None: path = cls.getCBZ_Path() #文件不存在 则返回 if fu.notExists(path): return False + ComicPath.TIME_SLEEP = 0.1 if list_img == None: list_img = Comic.getChapterImgs() if ciUtils.isProgressDone(): ntfy.sendMsg(f"该文件已校验成功,跳过中... {path}",alert=True) - ComicPath.TIME_SLEEP = 0.1 return True if fu.exists(path) and len(cls.zip_info(path)) == len(list_img): ntfy.sendMsg(f"文件校验成功:{path}",alert=True)