Merge branch 'master' of github.com:RfidResearchGroup/proxmark3

This commit is contained in:
iceman1001 2024-11-07 21:36:11 +01:00
commit 0778d1aa6b

View file

@ -336,7 +336,7 @@ def fudanValidate(blk0, live=False):
hdr = "Content-Type: application/text; charset=utf-8"
post = f"{blk0.replace(' ', '')}"
lprint(f"\n Validator: `wget -q -O -"
lprint(f"\n Validator:\n`wget -q -O -"
f" --header=\"{hdr}\""
f" --post-data \"{post}\""
f" {url}"