aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-18 15:34:41 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-18 15:34:41 -0700
commitb74f0df223e8eab5aec50cbbeaab2980eb8a5bf4 (patch)
tree0369a6faf5f017259d40caab791397e1ba7be80a
parentfb3be0f3a44bf8a727f66a08bded28fa24e23e2b (diff)
downloadfatcat-b74f0df223e8eab5aec50cbbeaab2980eb8a5bf4.tar.gz
fatcat-b74f0df223e8eab5aec50cbbeaab2980eb8a5bf4.zip
arabesque importer using crawl-bot creds
-rwxr-xr-xpython/fatcat_import.py2
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")