This commit is contained in:
caiwx86 2022-12-18 13:06:41 +08:00
parent e2ecee097d
commit 0d4a74d7f2

View File

@ -118,8 +118,8 @@ class comicEntity:
if dirComicChapter != None and os.path.exists(dirComicChapter):
shutil.rmtree(dirComicChapter)
cls.comicChapter(chapter_url,scramble,sleep)
ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter} / "+ str(comicInfo.getLenChapters()))
if sleep != None:
ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter} / "+ comicInfo.getLenChapters())
ntfy.sendMsg(f"{sleep} 秒后开始下载下一个章节")
time.sleep(sleep)