This commit is contained in:
cwx
2023-04-05 22:32:46 +08:00
parent de988e4132
commit 1dd4e9f41f
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ class baseComic:
comics = ListComic.getListComicsLinksUpdateAt()
if comics == None: return False
(book_name,comic_href,updated) = [comics[0],comics[1],comics[2]]
return cls.updateOneComic(book_name,comic_href,updated,chapters_xpath)
cls.updateOneComic(book_name,comic_href,updated,chapters_xpath)
return True
@classmethod
def updateOneComic(cls,book_name,comic_href,update_at,chapters_xpath):