From b74f0df223e8eab5aec50cbbeaab2980eb8a5bf4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 18 Apr 2019 15:34:41 -0700 Subject: arabesque importer using crawl-bot creds --- python/fatcat_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_import.py') diff --git a/python/fatcat_import.py b/python/fatcat_import.py index cd325697..4eae49ef 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -165,7 +165,7 @@ def main(): sub_arabesque_matched = subparsers.add_parser('arabesque_matched') sub_arabesque_matched.set_defaults( func=run_arabesque_matched, - auth_var="FATCAT_API_AUTH_TOKEN", + auth_var="FATCAT_AUTH_WORKER_CRAWL", ) sub_arabesque_matched.add_argument('db_file', help="sqlite database file to import from") -- cgit v1.2.3