summaryrefslogtreecommitdiffstats
path: root/python/fatcat_import.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-31 16:31:57 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-02-13 22:24:20 -0800
commit00754db377df53af18f9c4dddacdeb2e2c559206 (patch)
tree18eebc00b34b085d5105a8df0e3ca5b03ffaceb4 /python/fatcat_import.py
parent87029cb13d244381f915fe66e40760477edb5675 (diff)
downloadfatcat-00754db377df53af18f9c4dddacdeb2e2c559206.tar.gz
fatcat-00754db377df53af18f9c4dddacdeb2e2c559206.zip
shadow import fixes from QA testing
Diffstat (limited to 'python/fatcat_import.py')
-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 1f026edc..843685aa 100755
--- a/python/fatcat_import.py
+++ b/python/fatcat_import.py
@@ -482,7 +482,7 @@ def main():
help="create release and file entities based on GROBID PDF metadata extraction")
sub_shadow_lib.set_defaults(
func=run_shadow_lib,
- auth_var="FATCAT_API_AUTH_TOKEN",
+ auth_var="FATCAT_AUTH_WORKER_SHADOW",
)
sub_shadow_lib.add_argument('json_file',
help="JSON file to import from (or stdin)",