This commit is contained in:
cwx
2023-04-07 10:53:54 +08:00
parent d0f36d1352
commit f1170868f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class DomainDown:
if chapter_api_url != None:
ntfy.sendMsg(f"chapterApiUrl= {chapter_api_url}",alert=False)
data = htmlUtils.getJSON(chapter_api_url)
data = htmlUtils.getJSON(chapter_api_url,update=True)
if data != None:
Comic.setChapterName(data,"chapter.name")
images = Comic.getValue(data,"chapter.images")