diff --git a/utils/entity/BaseComicEntity.py b/utils/entity/BaseComicEntity.py index 46bb055..b3a4601 100644 --- a/utils/entity/BaseComicEntity.py +++ b/utils/entity/BaseComicEntity.py @@ -199,7 +199,7 @@ class baseComic: is_next = verUtils.verNextCBZ(list_img) repeat = 0 while not is_next and repeat <= 3: - download_images(list_img,comicInfo.getDirComicChapter(), filesName=files_name,timeout=180) + download_images(list_img,comicInfo.getDirComicChapter(), filesName=files_name,timeout=20) file_imgs = os.listdir(comicInfo.getDirComicChapter()) count_jpg = ",".join(file_imgs).split(".jpg") is_next = len(count_jpg)-1 == len(list_img)