fix
This commit is contained in:
parent
ca87c02e07
commit
8a07121244
@ -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)
|
||||||
#进入下个阶段
|
#进入下个阶段
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user