fix
This commit is contained in:
parent
519ffec6e6
commit
711d35f954
@ -185,7 +185,6 @@ 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()
|
||||||
@ -256,7 +255,7 @@ class comicInfo():
|
|||||||
else:
|
else:
|
||||||
wait = input(f"chapter {cls.str_chapter} 与 {chapter} 不一致,是否继续 y/n")
|
wait = input(f"chapter {cls.str_chapter} 与 {chapter} 不一致,是否继续 y/n")
|
||||||
if wait == "y":
|
if wait == "y":
|
||||||
cls.setChapterName(cls.chapter)
|
cls.nextSavePath("info_",data)
|
||||||
print("继续中")
|
print("继续中")
|
||||||
else:
|
else:
|
||||||
exit()
|
exit()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user