From 83fc294681fd6883dfd693a1260444df22ed08c7 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 9 Jan 2023 20:36:59 +0800 Subject: [PATCH] fix --- utils/entity/RouMan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)