device busy error causes exit, try to wait and see if problem solves
This commit is contained in:
parent
ef8923bcdd
commit
59f4688d8d
|
|
@ -249,7 +249,7 @@ def wrapper(args):
|
|||
break
|
||||
except Exception as e:
|
||||
print(str(e))
|
||||
break
|
||||
time.sleep(5)
|
||||
counter += 1
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue