This commit is contained in:
caiwx86 2022-12-20 21:03:15 +08:00
parent efa4279df1
commit 9578c6d8bb

View File

@ -213,9 +213,10 @@ class comicEntity:
except:
cbz_size = 0
if len(list_img) == cbz_size:
ntfy.sendMsg("数据完整,已跳过")
ntfy.sendMsg(f"{bookName} {chapterName} 数据完整,已跳过")
is_next = False
else:
ntfy.sendMsg(f"{bookName} {chapterName} 数据不完整尝试删除配置CBZ文件后重试")
try:
ntfy.sendMsg(f"删除 {cbz_path}")
os.remove(cbz_path)