Commit 0922aecc authored by 邱阿朋's avatar 邱阿朋

优化

parent a7b8b12c
......@@ -209,9 +209,6 @@ def main():
if __name__ == '__main__':
try:
country = helper.get_input_with_default("国家", "usa")
if country is None:
raise Exception("请选择国家")
main()
except KeyboardInterrupt:
pass
......
......@@ -317,9 +317,6 @@ def main():
if __name__ == '__main__':
try:
country = helper.get_input_with_default("国家", "usa")
if country is None:
raise Exception("请选择国家")
main()
except KeyboardInterrupt:
pass
......
......@@ -120,9 +120,6 @@ def main():
if __name__ == '__main__':
try:
country = helper.get_input_with_default("国家", "usa")
if country is None:
raise Exception("请选择国家")
main()
except KeyboardInterrupt:
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment