Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
修正低级错误
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 2, 2022
1 parent 5aaeea3 commit 824247c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ def province_convert(province):
allow2 = input('是否写入软件信息(Y:写入,N:不写入):')
while True:
if allow2 == 'Y':
bool1 = True
bool2 = True
break
elif allow2 == 'N':
bool1 = False
bool2 = False
break
else:
allow2 = input('输入内容不符,请重新输入(Y:写入,N:不写入):')
Expand Down

0 comments on commit 824247c

Please sign in to comment.