[Fixed] Return value of python card reader

This commit is contained in:
xdrm-brackets 2017-02-17 18:02:16 +01:00
parent da967943a2
commit 9d6382d1f2
1 changed files with 1 additions and 0 deletions

View File

@ -34,5 +34,6 @@ if status == MIFAREReader.MI_OK:
else: else:
print 127;
exit(127); exit(127);