mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-15 06:09:13 +08:00
fix
This commit is contained in:
parent
7e72a80790
commit
0f9cb05182
1 changed files with 2 additions and 2 deletions
|
@ -550,8 +550,8 @@ globals:
|
|||
bad += 1
|
||||
s = color("fail", fg="red")
|
||||
|
||||
lprint(" " * (3 - len(str(n))), flush='', log=False, end='', prompt='')
|
||||
lprint(f' ( {s} )', flush='', log=False, prompt='')
|
||||
lprint(" " * (3 - len(str(n))), flush=True, log=False, end='', prompt='')
|
||||
lprint(f' ( {s} )', flush=True, log=False, prompt='')
|
||||
|
||||
s = color("ok", fg="green")
|
||||
if bad > 0:
|
||||
|
|
Loading…
Reference in a new issue