From bb34a4961e882e5b454fa9ae184385d48c5835d1 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Tue, 4 Apr 2023 15:09:07 +0800 Subject: [PATCH] fix --- common/BaseComicEntity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index 77bbf3d..4cdadb1 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -134,7 +134,7 @@ class baseComic: is_old=CBZUtils.updateOldCBZ(files_name) #不存在ComicInfo.xml则生成 if is_next and fu.notExists(ci.getPathComicInfoXML()): ci.writeComicInfoXML(chapter_name) - if is_next: + if is_next and not is_old: # ntfy.sendMsg(f"{book_name} {chapter_name} 下载中") downloadUtils.download_images(list_img,ComicPath.getDirComicChapter(),files_name=files_name,concurrency=None,timeout=8) # ntfy.sendMsg("等待数据检验中...",sleep=0.5)