This commit is contained in:
caiwx86 2023-04-04 15:09:07 +08:00
parent 13240d4648
commit bb34a4961e

View File

@ -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)