diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-18 15:34:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-18 15:34:41 -0700 |
commit | b74f0df223e8eab5aec50cbbeaab2980eb8a5bf4 (patch) | |
tree | 0369a6faf5f017259d40caab791397e1ba7be80a /python/fatcat_import.py | |
parent | fb3be0f3a44bf8a727f66a08bded28fa24e23e2b (diff) | |
download | fatcat-b74f0df223e8eab5aec50cbbeaab2980eb8a5bf4.tar.gz fatcat-b74f0df223e8eab5aec50cbbeaab2980eb8a5bf4.zip |
arabesque importer using crawl-bot creds
Diffstat (limited to 'python/fatcat_import.py')
-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") |