diff options
-rw-r--r-- | python/sandcrawler/ia.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py index 0067b7e..0bc3a97 100644 --- a/python/sandcrawler/ia.py +++ b/python/sandcrawler/ia.py @@ -836,6 +836,7 @@ class SavePageNowClient: "Didn't get expected 'job_id' field in SPN2 response: {}".format(resp_json)) job_id = resp_json['job_id'] + print(f" SPNv2 running: job_id={job_id} url={request_url}", file=sys.stdout) # poll until complete final_json = None |