This commit is contained in:
cwx
2023-04-05 20:21:51 +08:00
parent b7b8fb600b
commit b07521e7a7
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -140,6 +140,7 @@ class CBZUtils:
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)