This commit is contained in:
cwx
2023-01-09 20:36:59 +08:00
parent 9fd9c65a72
commit 83fc294681
+1 -1
View File
@@ -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)