wip rewrite
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user