summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-08-24 18:10:56 +0800
committerGitHub <[email protected]>2020-08-24 18:10:56 +0800
commit1e7d37ba10cbd2174df2731746deaca03934fa87 (patch)
treebd0140245cd02eb4aea2b7e8e3b7eba74c5309af
parentdfb05168f173c2a984f1d6675961622a6e7e44ce (diff)
downloadATRI-1e7d37ba10cbd2174df2731746deaca03934fa87.tar.gz
ATRI-1e7d37ba10cbd2174df2731746deaca03934fa87.tar.bz2
ATRI-1e7d37ba10cbd2174df2731746deaca03934fa87.zip
Update 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)