fix
This commit is contained in:
parent
9fd9c65a72
commit
83fc294681
@ -160,7 +160,7 @@ class comicEntity:
|
||||
|
||||
@classmethod
|
||||
def comicChapterDownload(cls,chapter_url):
|
||||
x = cls.baseComicData(chapter_url)
|
||||
x = cls.baseComicData(chapter_url,update=True)
|
||||
bookName = x.get("bookName")
|
||||
chapterName = x.get("chapterName")
|
||||
#fileUtils.saveConfComicChapterInfo(chapterName,x,bookName)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user