diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index c28cc4b..13658b1 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -181,6 +181,7 @@ class comicEntity: chapterName = data.get("name") images = data.get("images") except: + htmlUtils.remove_HtmlCache(chapter_url) htmlUtils.remove_HtmlCache(chapterAPIUrl) ntfy.sendMsg("存在错误,请退出后尝试") exit()