diff --git a/utils/entity/BaseComicEntity.py b/utils/entity/BaseComicEntity.py index a23307a..1526959 100644 --- a/utils/entity/BaseComicEntity.py +++ b/utils/entity/BaseComicEntity.py @@ -198,7 +198,7 @@ class baseComic: ntfy.sendMsg(f"{book_name} {chapter_name} 下载中") is_next = verUtils.verNextCBZ(list_img) repeat = 1 - while not is_next and repeat <= 3: + while not is_next and repeat <= 2: download_images(list_img,comicInfo.getDirComicChapter(), filesName=files_name,timeout=20) file_imgs = os.listdir(comicInfo.getDirComicChapter()) count_jpg = ",".join(file_imgs).split(".jpg")