From 24010700fcf9717d2166cdef319d4916d87529fb Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 15 Nov 2019 16:47:31 -0800 Subject: have ingest-file-results importer operate as crawl-bot As opposed to sandcrawler-bot --- python/fatcat_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat_import.py b/python/fatcat_import.py index 0d2e84fd..aa789dd9 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -328,7 +328,7 @@ def main(): sub_ingest_file = subparsers.add_parser('ingest-file-results') sub_ingest_file.set_defaults( func=run_ingest_file, - auth_var="FATCAT_AUTH_WORKER_SANDCRAWLER", + auth_var="FATCAT_AUTH_WORKER_CRAWL", ) sub_ingest_file.add_argument('json_file', help="ingest_file JSON file to import from", -- cgit v1.2.3