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 c6c74bc2..a17029cc 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -483,7 +483,7 @@ def main(): help="write inserted documents into file (for debugging)") sub_datacite.set_defaults( func=run_datacite, - auth_var="FATCAT_API_AUTH_TOKEN", + auth_var="FATCAT_AUTH_WORKER_DATACITE", ) args = parser.parse_args() |