mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
spaces
This commit is contained in:
parent
855bccf5b9
commit
f65639aa3b
1 changed files with 5 additions and 5 deletions
|
@ -339,7 +339,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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue