From 831cbd0cbf17fceed00ee07b07870c2227d8c7c3 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Wed, 21 Dec 2022 01:13:10 +0800 Subject: [PATCH] fix --- utils/entity/RouMan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index 47e2e97..3f179ce 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -126,6 +126,7 @@ class comicEntity: print(f"文件已删除: {remove_path}") except: ntfy.sendMsg(f"{comicInfo.getComicName()} 下载出错了") + is_next = False ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter + 1} / "+ str(comicInfo.getLenChapters())) if sleep != None and is_next == True: ntfy.sendMsg(f"{sleep} 秒后开始下载下一个章节")