This commit is contained in:
caiwx86 2023-01-10 07:39:42 +08:00
parent 7ba4b82acd
commit d56ddc9342
2 changed files with 3 additions and 2 deletions

View File

@ -123,7 +123,7 @@ class htmlUtils:
except:
ntfy.sendMsg(f"html_cache更新失败 {html_cache_path}")
#获取html实体数据
et = cls.getHTML(url,update=update)
et = cls.getHTML(url)
if et == None:
return None
#比对数据

View File

@ -28,6 +28,7 @@ class comicEntity:
comic_href = base_url+"/books/"+book_id
href = baseComic.downladsComcis(book_name=book_name,comic_href=comic_href,updated=updated)
cls.oneComic(href)
comicInfo.updateComicDate()
@classmethod
def oneComic(cls,c_url,sleep=None):