diff options
-rw-r--r-- | python/sandcrawler/ingest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |