update
This commit is contained in:
parent
c6f81a7703
commit
4d1e8df7ce
@ -185,6 +185,7 @@ class comicInfo():
|
|||||||
wait = input(f"cls.chapter {cls.chapter} 与 chapter {chapter} 不相等,是否继续y/n ")
|
wait = input(f"cls.chapter {cls.chapter} 与 chapter {chapter} 不相等,是否继续y/n ")
|
||||||
if wait == "y":
|
if wait == "y":
|
||||||
print("继续中...")
|
print("继续中...")
|
||||||
|
cls.setChapterName(cls.chapter)
|
||||||
else:
|
else:
|
||||||
print("用户操作取消...")
|
print("用户操作取消...")
|
||||||
exit()
|
exit()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user