mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-06 13:01:37 -07:00
clear a warning for potential use of uninitialized variable
This commit is contained in:
parent
883415fc99
commit
488f7aa01e
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ def recovery(init_check=False, final_check=False, keep=False, no_oob=False,
|
||||||
dict_dnwd = None
|
dict_dnwd = None
|
||||||
def_nt = ["" for _ in range(NUM_SECTORS)]
|
def_nt = ["" for _ in range(NUM_SECTORS)]
|
||||||
if supply_chain:
|
if supply_chain:
|
||||||
|
default_nonces = ''
|
||||||
try:
|
try:
|
||||||
default_nonces = f'{save_path}hf-mf-{uid:04X}-default_nonces.json'
|
default_nonces = f'{save_path}hf-mf-{uid:04X}-default_nonces.json'
|
||||||
with open(default_nonces, 'r') as file:
|
with open(default_nonces, 'r') as file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue