From f583abdf0e4c8063004dd8d8d0e6edd0af59cb71 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Thu, 22 Dec 2022 14:27:10 +0800 Subject: [PATCH] fix --- utils/entity/RouMan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index daf4c52..7fba1d0 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -180,6 +180,7 @@ class comicEntity: if chapterAPIPath != None: base_url = comicInfo.getBaseUrl(chapter_url) chapterAPIUrl = base_url+chapterAPIPath + ntfy.sendMsg(f"chapterApiUrl= {chapterAPIUrl}") data = htmlUtils.getJSON(chapterAPIUrl) data = data.get("chapter") chapterName = data.get("name")