This commit is contained in:
caiwx86 2022-12-22 14:12:25 +08:00
parent 95a6e0a860
commit 9b8c70c1dd

View File

@ -157,8 +157,8 @@ class comicEntity:
return is_next
@classmethod
def comicChapterDownload(cls,chapter_url,c_update):
x = cls.baseComicData(chapter_url,c_update)
def comicChapterDownload(cls,chapter_url):
x = cls.baseComicData(chapter_url)
bookName = x.get("bookName")
chapterName = x.get("chapterName")
#fileUtils.saveConfComicChapterInfo(chapterName,x,bookName)