This commit is contained in:
caiwx86 2023-01-20 02:21:36 +08:00
parent de8a2817f7
commit 725a073072

View File

@ -197,7 +197,7 @@ class baseComic:
comicInfo.writeComicInfoXML(chapter_name)
ntfy.sendMsg(f"{book_name} {chapter_name} 下载中")
is_next = verUtils.verNextCBZ(list_img)
repeat = 0
repeat = 1
while not is_next and repeat <= 3:
download_images(list_img,comicInfo.getDirComicChapter(), filesName=files_name,timeout=20)
file_imgs = os.listdir(comicInfo.getDirComicChapter())