Skip to content

Commit

Permalink
优化提示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
lisai9093 committed Jul 27, 2024
1 parent be238f2 commit 62d9256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def startup():
print(idx+1,' ',device)
while True:
try:
idx=int(input('监测到多个安卓设备,请选择想要运行的设备(1-'+str(len(devices))+')'))
idx=int(input('监测到多个安卓设备,请选择想要运行的设备(1-'+str(len(devices))+')'))
device=devices[idx-1]
except ValueError:
print('请输入数字')
Expand Down

0 comments on commit 62d9256

Please sign in to comment.