From f65639aa3ba7c177bae9583a47573659b351340d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 7 Nov 2024 21:14:30 +0100 Subject: [PATCH] spaces --- client/pyscripts/fm11rf08_full.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/pyscripts/fm11rf08_full.py b/client/pyscripts/fm11rf08_full.py index aa55889ef..9c36fbc6e 100644 --- a/client/pyscripts/fm11rf08_full.py +++ b/client/pyscripts/fm11rf08_full.py @@ -339,11 +339,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...