Fix id number overlapping with each others

This commit is contained in:
Hydroxycarbamide 2022-02-13 00:50:50 +01:00
parent 1e3cc0c702
commit ccebd184b3
219 changed files with 104 additions and 8502 deletions

View file

@ -11,6 +11,6 @@ item1.text = 'item1abc'
item2.text = 'item2abc'
# create a new XML file with the results
mydata = ET.tostring(data)
mydata = ET.tostring(data, encoding='unicode', method='xml')
myfile = open("items2.xml", "w")
myfile.write(mydata)