From 91bd7b82608e5e27a10c649cf8205243b8ba96c6 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 26 Dec 2019 15:37:13 +0100 Subject: datacite: use specific auth var --- python/fatcat_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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() -- cgit v1.2.3