This commit is contained in:
cwx 2022-12-07 10:38:58 +08:00
parent c6f81a7703
commit 4d1e8df7ce

View File

@ -185,6 +185,7 @@ class comicInfo():
wait = input(f"cls.chapter {cls.chapter} 与 chapter {chapter} 不相等是否继续y/n ")
if wait == "y":
print("继续中...")
cls.setChapterName(cls.chapter)
else:
print("用户操作取消...")
exit()