diff --git a/utils/base/BaseComicEntity.py b/utils/base/BaseComicEntity.py index 374d1f4..93099cc 100644 --- a/utils/base/BaseComicEntity.py +++ b/utils/base/BaseComicEntity.py @@ -68,7 +68,8 @@ class baseComic: 读取某章节下所有图片 ''' @classmethod - def comicChapter(cls,chapter_url,scramble=None,sleep=None,is_next=True): + def comicChapter(cls,chapter_url,scramble=None,sleep=None): + is_next = True try: is_next = cls.Onechapter(chapter_url,scramble) #进入下个阶段