This commit is contained in:
cwx
2023-01-10 07:39:42 +08:00
parent 7ba4b82acd
commit d56ddc9342
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -26,8 +26,9 @@ class comicEntity:
book_name = book.get("name")
updated = book.get("updatedAt")
comic_href = base_url+"/books/"+book_id
href = baseComic.downladsComcis(book_name=book_name,comic_href=comic_href,updated=updated)
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):