wip rewrite

This commit is contained in:
2024-02-08 20:06:29 +01:00
parent cb82eed2f0
commit 398738f8db
2 changed files with 50 additions and 18 deletions

View File

@@ -205,7 +205,7 @@ xmlString = ET.tostring(data, encoding="utf-8", xml_declaration=True)
# -------------------------------- Format xml -------------------------------- #
formatter = xmlformatter.Formatter(indent="2", indent_char=" ")
formatter = xmlformatter.Formatter(indent=2, indent_char=" ")
formattedXml = formatter.format_string(xmlString)
# print(formattedXml)