From 640942e98873178010064b8cadd35b76360422e6 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Wed, 5 Apr 2023 00:33:55 +0800 Subject: [PATCH] fix --- common/BaseComicEntity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index fc3a3ae..ff451bc 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -119,6 +119,7 @@ class baseComic: is_next = True #获取本次工程的HOME目录 try: + htmlUtils.remove_HtmlCache(url) domains.setdomain(url) except: htmlUtils.remove_HtmlCache(url)