From 23799b40a5d51a0f093dc5e0fa5098d6a8270a20 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Thu, 22 Dec 2022 13:53:59 +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 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()