mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Merge pull request #2596 from xueliu/patch-1
Delete extra whitespace character in mf_backdoor_dump.py
This commit is contained in:
commit
18722b168b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ for bk, sz in BACKDOOR_KEYS:
|
||||||
print("Error reading the tag:")
|
print("Error reading the tag:")
|
||||||
print("\n".join(output))
|
print("\n".join(output))
|
||||||
break
|
break
|
||||||
elif "[-] Fill ( fail )" in output:
|
elif "[-] Fill ( fail )" in output:
|
||||||
continue
|
continue
|
||||||
elif "[+] Fill ( ok )" not in output:
|
elif "[+] Fill ( ok )" not in output:
|
||||||
print("Unexpected output, exiting:")
|
print("Unexpected output, exiting:")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue