device busy error causes exit, try to wait and see if problem solves

This commit is contained in:
HappyZ 2018-02-14 09:32:41 -06:00
parent ef8923bcdd
commit 59f4688d8d
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ def wrapper(args):
break
except Exception as e:
print(str(e))
break
time.sleep(5)
counter += 1