From 711d35f954eef4199e8d878ee88e2f35ae97b6e6 Mon Sep 17 00:00:00 2001 From: cwx Date: Wed, 7 Dec 2022 10:57:25 +0800 Subject: [PATCH] fix --- utils/comic/ComicInfo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/comic/ComicInfo.py b/utils/comic/ComicInfo.py index a6fbd0e..740282c 100644 --- a/utils/comic/ComicInfo.py +++ b/utils/comic/ComicInfo.py @@ -185,7 +185,6 @@ class comicInfo(): wait = input(f"cls.chapter {cls.chapter} 与 chapter {chapter} 不相等,是否继续y/n ") if wait == "y": print("继续中...") - cls.setChapterName(cls.chapter) else: print("用户操作取消...") exit() @@ -256,7 +255,7 @@ class comicInfo(): else: wait = input(f"chapter {cls.str_chapter} 与 {chapter} 不一致,是否继续 y/n") if wait == "y": - cls.setChapterName(cls.chapter) + cls.nextSavePath("info_",data) print("继续中") else: exit()