This commit is contained in:
cwx
2023-01-09 20:50:30 +08:00
parent 83fc294681
commit 0f436e10c4
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -221,6 +221,7 @@ class comicEntity:
cbz_size = 0
if len(list_img) == cbz_size:
ntfy.sendMsg(f"{bookName} {chapterName} 数据完整,已跳过")
comicInfo.nextDoneSave(list_img)
is_next = False
else:
ntfy.sendMsg(f"{bookName} {chapterName} 数据不完整,尝试删除配置CBZ文件后重试")