fix
This commit is contained in:
@@ -34,7 +34,7 @@ class comicCommon:
|
||||
base_url = comicInfo.getBaseUrl(chapter_url)
|
||||
chapter_api_url = base_url+chapter_api_path
|
||||
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:
|
||||
data = data.get("chapter")
|
||||
chapter_name = data.get("name")
|
||||
|
||||
Reference in New Issue
Block a user