Adds error tracking to micro800 write tag
This commit is contained in:
@@ -14,7 +14,7 @@ def readMicroTag(addr, tag):
|
||||
except Exception:
|
||||
err = c.get_status()
|
||||
c.close()
|
||||
print err
|
||||
print("Error with {}: {}".format(tag, err))
|
||||
pass
|
||||
c.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user