fix
This commit is contained in:
parent
b07521e7a7
commit
ab86a19312
@ -136,11 +136,11 @@ class CBZUtils:
|
|||||||
if path == None: path = cls.getCBZ_Path()
|
if path == None: path = cls.getCBZ_Path()
|
||||||
#文件不存在 则返回
|
#文件不存在 则返回
|
||||||
if fu.notExists(path): return False
|
if fu.notExists(path): return False
|
||||||
|
ComicPath.TIME_SLEEP = 0.1
|
||||||
if list_img == None: list_img = Comic.getChapterImgs()
|
if list_img == None: list_img = Comic.getChapterImgs()
|
||||||
|
|
||||||
if ciUtils.isProgressDone():
|
if ciUtils.isProgressDone():
|
||||||
ntfy.sendMsg(f"该文件已校验成功,跳过中... {path}",alert=True)
|
ntfy.sendMsg(f"该文件已校验成功,跳过中... {path}",alert=True)
|
||||||
ComicPath.TIME_SLEEP = 0.1
|
|
||||||
return True
|
return True
|
||||||
if fu.exists(path) and len(cls.zip_info(path)) == len(list_img):
|
if fu.exists(path) and len(cls.zip_info(path)) == len(list_img):
|
||||||
ntfy.sendMsg(f"文件校验成功:{path}",alert=True)
|
ntfy.sendMsg(f"文件校验成功:{path}",alert=True)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user