summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.py b/config.py
index b4aa0f5..3136356 100644
--- a/config.py
+++ b/config.py
@@ -162,7 +162,7 @@ else:
print("...跳过!")
time.sleep(1)
wait = input("是否继续: Y/N\n")
- if wait == "Y" or 'y':
+ if wait == "Y" or wait == 'y':
pass
else:
- os._exit(0) \ No newline at end of file
+ os._exit(0)