mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual
This commit is contained in:
parent
b1c641724b
commit
3e0cc83e3c
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ def selftests():
|
|||
elif len(t['samples'])//2 == 1:
|
||||
pks = [binascii.hexlify(pk).decode('utf8').lower() for pk in list(recovered)]
|
||||
if t['pk'].lower() in pks:
|
||||
print("[OK]")
|
||||
print("[OK] (partial)")
|
||||
else:
|
||||
succeeded = False
|
||||
print("[FAIL]")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue