diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-12-13 17:41:11 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-12-13 17:41:11 -0800 |
commit | 59776d4175faa3d0b7ff5f25456620b2a84d738e (patch) | |
tree | 74a5fc79f3a6a8bcb509836a367debb7ec7ebaf6 /python | |
parent | 86cc7da8b01574587580c7539169cc726d7b4b3d (diff) | |
download | sandcrawler-59776d4175faa3d0b7ff5f25456620b2a84d738e.tar.gz sandcrawler-59776d4175faa3d0b7ff5f25456620b2a84d738e.zip |
update ingest proposal source/link naming
Diffstat (limited to 'python')
-rwxr-xr-x | python/ingest_file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ingest_file.py b/python/ingest_file.py index 5a20aac..fcd2e94 100755 --- a/python/ingest_file.py +++ b/python/ingest_file.py @@ -12,7 +12,7 @@ def run_single_ingest(args): request = dict( base_url=args.url, ext_ids=dict(doi=args.doi), - release_id=args.release_id, + fatcat=dict(release_ident=args.release_id), ) ingester = IngestFileWorker() result = ingester.process(request) |