From 1cd59692dfc0c0b4418a3b30fe48e883e97befcb Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Sun, 18 Dec 2022 13:11:19 +0800 Subject: [PATCH] fix --- utils/entity/RouMan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index 8ad2242..441fe41 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -118,7 +118,7 @@ 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())) + ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter + 1} / "+ str(comicInfo.getLenChapters())) if sleep != None: ntfy.sendMsg(f"{sleep} 秒后开始下载下一个章节") time.sleep(sleep)