This commit is contained in:
caiwx86 2023-04-07 10:50:28 +08:00
parent 83142498b3
commit ab1cd38e64

View File

@ -38,7 +38,7 @@ class baseComic:
if not ciUtils.isUpdateComic(): if not ciUtils.isUpdateComic():
ntfy.sendMsg(f"开始下载 漫画:{book_name}",alert=True) ntfy.sendMsg(f"开始下载 漫画:{book_name}",alert=True)
Comic.setCurrentDownLink(comic_href) Comic.setCurrentDownLink(comic_href)
ComicPath.IS_UPDATE_COMIC = True #ComicPath.IS_UPDATE_COMIC = True
return True return True
else: else:
ntfy.sendMsg(f"{book_name} 已是最新",alert=True) ntfy.sendMsg(f"{book_name} 已是最新",alert=True)