diff options
Diffstat (limited to 'python')
-rwxr-xr-x | python/fatcat_import.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |