aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/sandcrawler/ingest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/ingest.py b/python/sandcrawler/ingest.py
index 602f9c5..e77ec05 100644
--- a/python/sandcrawler/ingest.py
+++ b/python/sandcrawler/ingest.py
@@ -652,7 +652,7 @@ class IngestFileWorker(SandcrawlerWorker):
elif ingest_type == "html" and html_ish_resource:
if html_biblio and html_biblio.html_fulltext_url:
next_url = html_biblio.html_fulltext_url
- technique = "html_bibli"
+ technique = "html_biblio"
if next_url in hops:
# for HTML ingest, we don't count this as a link-loop
break