This commit is contained in:
cwx 2022-12-07 10:43:43 +08:00
parent 4d1e8df7ce
commit 519ffec6e6

View File

@ -256,6 +256,7 @@ class comicInfo():
else:
wait = input(f"chapter {cls.str_chapter}{chapter} 不一致,是否继续 y/n")
if wait == "y":
cls.setChapterName(cls.chapter)
print("继续中")
else:
exit()