This commit is contained in:
caiwx86 2023-04-07 10:51:12 +08:00
parent ab1cd38e64
commit d0f36d1352

View File

@ -24,7 +24,7 @@ class DomainDown:
if chapter_api_url != None: if chapter_api_url != None:
ntfy.sendMsg(f"chapterApiUrl= {chapter_api_url}",alert=False) ntfy.sendMsg(f"chapterApiUrl= {chapter_api_url}",alert=False)
data = htmlUtils.getJSON(chapter_api_url,update=True) data = htmlUtils.getJSON(chapter_api_url)
if data != None: if data != None:
Comic.setChapterName(data,"chapter.name") Comic.setChapterName(data,"chapter.name")
images = Comic.getValue(data,"chapter.images") images = Comic.getValue(data,"chapter.images")