[Fixed] Return value of python card reader
This commit is contained in:
parent
da967943a2
commit
9d6382d1f2
|
@ -34,5 +34,6 @@ if status == MIFAREReader.MI_OK:
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
|
print 127;
|
||||||
exit(127);
|
exit(127);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue