Skip to content

Commit

Permalink
refactoring writeOai to manage software
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 8, 2024
1 parent b86231a commit 8ad13f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zbmath_rest2oai/writeOai.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from zbmath_rest2oai import getAsXml


def write_oai(x):
test_xml = getAsXml.final_xml2(x)
def write_oai(x, api_source):
test_xml = getAsXml.final_xml2(x,api_source)
files = {
"item": (
None,
Expand Down

0 comments on commit 8ad13f9

Please sign in to comment.