pm3_console() in Python/Lua/C: replace passthru by capture and quiet

This commit is contained in:
Philippe Teuwen 2024-10-29 21:12:20 +01:00
commit de96479d80
16 changed files with 4341 additions and 4193 deletions

View file

@ -538,7 +538,7 @@ if args.final_check:
cmd = f"hf mf fchk -f keys_{uid:08x}.dic --no-default --dump"
if args.debug:
print(cmd)
p.console(cmd, passthru=True)
p.console(cmd, capture=False, quiet=False)
else:
print()
print(plus + color("found keys:", fg="green"))