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)