fix
This commit is contained in:
parent
ab1cd38e64
commit
d0f36d1352
@ -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")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user