Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DawningW committed Feb 21, 2021
1 parent 53bdca1 commit 8128f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def select():
print("PS: 输入其他数字退出")
try:
num = int(input("请输入序号: "))
if num <= 0: break
global task
task = getTasks()[num - 1]()
run()
Expand Down

0 comments on commit 8128f7e

Please sign in to comment.