mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-15 06:09:13 +08:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
commit
0778d1aa6b
1 changed files with 5 additions and 5 deletions
|
@ -336,11 +336,11 @@ def fudanValidate(blk0, live=False):
|
|||
hdr = "Content-Type: application/text; charset=utf-8"
|
||||
post = f"{blk0.replace(' ', '')}"
|
||||
|
||||
lprint(f"\n Validator: `wget -q -O -"
|
||||
f" --header=\"{hdr}\""
|
||||
f" --post-data \"{post}\""
|
||||
f" {url}"
|
||||
" | json_pp`")
|
||||
lprint(f"\n Validator:\n`wget -q -O -"
|
||||
f" --header=\"{hdr}\""
|
||||
f" --post-data \"{post}\""
|
||||
f" {url}"
|
||||
" | json_pp`")
|
||||
|
||||
if live:
|
||||
# Warning, this import causes a "double free or corruption" crash if the script is called twice...
|
||||
|
|
Loading…
Reference in a new issue