fix
This commit is contained in:
parent
95a6e0a860
commit
9b8c70c1dd
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user