diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index b0f7d36..810a93e 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -38,7 +38,7 @@ class baseComic: if not ciUtils.isUpdateComic(): ntfy.sendMsg(f"开始下载 漫画:{book_name}",alert=True) Comic.setCurrentDownLink(comic_href) - ComicPath.IS_UPDATE_COMIC = True + #ComicPath.IS_UPDATE_COMIC = True return True else: ntfy.sendMsg(f"{book_name} 已是最新",alert=True)