From 35ec72c05d79b45f1380632c241a577eb69c91ef Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Fri, 20 Jan 2023 02:53:10 +0800 Subject: [PATCH] fix --- utils/entity/BaseComicEntity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/entity/BaseComicEntity.py b/utils/entity/BaseComicEntity.py index d1e1390..a23307a 100644 --- a/utils/entity/BaseComicEntity.py +++ b/utils/entity/BaseComicEntity.py @@ -131,13 +131,13 @@ class baseComic: @classmethod def Onechapter(cls,chapter_url,scramble=None): + is_next = True if not str(chapter_url).startswith("http"): chapter_url = comicInfo.getBaseUrl() + chapter_url try: is_next = cls.comicChapterDownload(chapter_url) except: htmlUtils.remove_HtmlCache(chapter_url) - is_next = cls.comicChapterDownload(chapter_url) comicInfo.nextInfoToImgChapter() #下载完成后, 开始解密图片 chapter_dir = comicInfo.getDirComicChapter()