aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-01-10 16:04:13 -0800
committerBryan Newbold <bnewbold@archive.org>2020-01-10 16:04:13 -0800
commit89abcd4da267665d363e558ab54ec3272d67c6e4 (patch)
treec7ea6c3cab48ed2cc26cd71d3fa27581b5a869ea /python/sandcrawler
parent7cc0b6fd1a7b9e3b9bb2c8ee85e319a7aae9c5e8 (diff)
downloadsandcrawler-89abcd4da267665d363e558ab54ec3272d67c6e4.tar.gz
sandcrawler-89abcd4da267665d363e558ab54ec3272d67c6e4.zip
more live tests (for regressions)
Diffstat (limited to 'python/sandcrawler')
-rw-r--r--python/sandcrawler/ia.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py
index 096d5d4..db03a5d 100644
--- a/python/sandcrawler/ia.py
+++ b/python/sandcrawler/ia.py
@@ -107,6 +107,7 @@ class CdxApiClient:
resp = self.http_session.get(self.host_url, params=params)
if resp.status_code != 200:
raise CdxApiError(resp.text)
+ #print(resp.url, file=sys.stderr)
rj = resp.json()
if len(rj) <= 1:
return None