diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index d4d2af4..fc3a3ae 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -118,11 +118,11 @@ class baseComic: def comicChapterDownload(cls,url): is_next = True #获取本次工程的HOME目录 - #try: - domains.setdomain(url) - #except: - # htmlUtils.remove_HtmlCache(url) - # cls.comicChapterDownload(url,is_next) + try: + domains.setdomain(url) + except: + htmlUtils.remove_HtmlCache(url) + cls.comicChapterDownload(url) (list_img,files_name) = [Comic.getChapterImgs(),Comic.file_chapter_imgs] #保存信息