From f725845758c7dfdf88de1037bb58256905db5302 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 10 Jan 2020 17:25:43 -0800 Subject: fix trivial typo --- python/sandcrawler/ingest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sandcrawler/ingest.py b/python/sandcrawler/ingest.py index ce3b75e..331df11 100644 --- a/python/sandcrawler/ingest.py +++ b/python/sandcrawler/ingest.py @@ -145,7 +145,7 @@ class IngestFileWorker(SandcrawlerWorker): # backwards compatibility if request.get('ingest_type') in ('file', None): - reqeust['ingest_type'] = 'pdf' + request['ingest_type'] = 'pdf' # for now, only pdf ingest is implemented if not 'ingest_type' in request: -- cgit v1.2.3