Skip to content

Commit

Permalink
adjusting main func in writeOai.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Nov 27, 2024
1 parent 0fea930 commit 5fac59c
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 @@ -95,4 +95,4 @@ def write_oai(api_source, oai_url, prefix, ingest_format):
if __name__ == '__main__':
import sys

write_oai(sys.argv[1], sys.argv[2], 'zbmath_rest_api_software')
write_oai(sys.argv[1], oai_url, sys.argv[2], 'zbmath_rest_api_software')

0 comments on commit 5fac59c

Please sign in to comment.