This commit is contained in:
caiwx86 2023-04-05 20:28:15 +08:00
parent b07521e7a7
commit ab86a19312

View File

@ -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)