diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index 7302fd0..968af8d 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -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)