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)