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)