aboutsummaryrefslogtreecommitdiffstats
path: root/extra/cleanups/scripts/fetch_full_cdx_ts.py
diff options
context:
space:
mode:
Diffstat (limited to 'extra/cleanups/scripts/fetch_full_cdx_ts.py')
-rw-r--r--extra/cleanups/scripts/fetch_full_cdx_ts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/cleanups/scripts/fetch_full_cdx_ts.py b/extra/cleanups/scripts/fetch_full_cdx_ts.py
index ebcf0d62..93ebbcab 100644
--- a/extra/cleanups/scripts/fetch_full_cdx_ts.py
+++ b/extra/cleanups/scripts/fetch_full_cdx_ts.py
@@ -171,7 +171,7 @@ def process_file(fe, session) -> dict:
assert len(cdx_record['datetime']) == 14 and cdx_record['datetime'].isdigit()
full_urls[short] = f"https://web.archive.org/web/{cdx_record['datetime']}/{original_url}"
status = "success-api"
- break
+ continue
else:
print(f"cdx API found, but no match", file=sys.stderr)
else: