This commit is contained in:
cwx
2023-04-05 23:48:47 +08:00
parent edd960d900
commit a0d5fbfa1d
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ class baseComic:
if not ciUtils.isUpdateComic():
ntfy.sendMsg(f"开始下载 漫画:{book_name}",alert=True)
Comic.setCurrentDownLink(comic_href)
ComicPath.IS_UPDATE_COMIC = True
return True
else:
ntfy.sendMsg(f"{book_name} 已是最新",alert=True)
+1
View File
@@ -81,6 +81,7 @@ class ComicPath:
ICONS_PATH = "icons"
COMIC_INFO_XML = "ComicInfo.xml"
TIME_SLEEP = 0.5
IS_UPDATE_COMIC = False
#顶级路径
@classmethod