This commit is contained in:
caiwx86 2023-02-14 06:24:36 +08:00
parent ca87c02e07
commit 8a07121244

View File

@ -68,7 +68,8 @@ class baseComic:
读取某章节下所有图片 读取某章节下所有图片
''' '''
@classmethod @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: try:
is_next = cls.Onechapter(chapter_url,scramble) is_next = cls.Onechapter(chapter_url,scramble)
#进入下个阶段 #进入下个阶段