We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca09f91 commit 2562e0bCopy full SHA for 2562e0b
client/pyscripts/fm11rf08_full.py
@@ -939,9 +939,9 @@ def dumpAcl(data):
939
940
def diskDump(data, uid, dpath):
941
"""Full Dump"""
942
- dump18 = color(f'{dpath}hf-mf-{uid.hex().upper()}-dump18.bin', fg='yellow')
+ dump18 = f'{dpath}hf-mf-{uid.hex().upper()}-dump18.bin'
943
944
- lprint(f'\nDump card data to file... {dump18}')
+ lprint(f'\nDump card data to file... ' + color(dump18, fg='yellow'))
945
946
bad = False
947
try:
0 commit comments