Skip to content

Commit

Permalink
fixing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Nov 27, 2024
1 parent 5fac59c commit 7ae9a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zbmath_rest2oai/writeOai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 7ae9a28

Please sign in to comment.