From 7dcf4f206b1fbea9081481594c8f6a88a7e847e1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Jan 2019 16:54:56 -0800 Subject: fix typo in crossref importer --- python/fatcat_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_import.py') diff --git a/python/fatcat_import.py b/python/fatcat_import.py index 8d952067..fcb4941b 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -14,7 +14,7 @@ def run_crossref(args): if args.kafka_mode: KafkaJsonPusher(fci, args.kafka_hosts, args.kafka_env, "api-crossref", "fatcat-import").run() else: - JsonLinePusher(fci).run() + JsonLinePusher(fci, args.json_file).run() def run_orcid(args): foi = OrcidImporter(args.api, -- cgit v1.2.3