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 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, |