Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lisai9093 committed Jul 25, 2024
1 parent adc08dc commit eee965b
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 @@ -47,7 +47,7 @@ def startup():
if len(devices)==1:
device=devices[0]
else:
for idx,device in devices:
for idx,device in enumerate(devices):
print(idx,' ',device)
while True:
try:
Expand Down

0 comments on commit eee965b

Please sign in to comment.