cli arguments + optimization
test
This commit is contained in:
@@ -40,6 +40,7 @@ def parse_contragents(xml: str):
|
||||
return df
|
||||
except ET.ParseError:
|
||||
raise
|
||||
xml_data = fetch_contragents()
|
||||
root = parse_contragents(xml_data)
|
||||
print(root)
|
||||
def storages():
|
||||
xml_data = fetch_contragents()
|
||||
root = parse_contragents(xml_data)
|
||||
root.to_excel("./excel_files/storages.xlsx")
|
||||
Reference in New Issue
Block a user