From 7ae9a2821d89edbc16d017efef84342d2bb3e432 Mon Sep 17 00:00:00 2001 From: Mazztok45 Date: Wed, 27 Nov 2024 16:54:05 +0100 Subject: [PATCH] fixing issue --- src/zbmath_rest2oai/writeOai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zbmath_rest2oai/writeOai.py b/src/zbmath_rest2oai/writeOai.py index dd15b22..ee72f2b 100644 --- a/src/zbmath_rest2oai/writeOai.py +++ b/src/zbmath_rest2oai/writeOai.py @@ -94,5 +94,5 @@ def write_oai(api_source, oai_url, prefix, ingest_format): if __name__ == '__main__': import sys - + oai_url = 'https://oai-input.staging.mardi4nfdi.org/oai-backend/item' write_oai(sys.argv[1], oai_url, sys.argv[2], 'zbmath_rest_api_software')