This commit is contained in:
cwx
2022-12-07 10:57:25 +08:00
parent 519ffec6e6
commit 711d35f954
+1 -2
View File
@@ -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()