mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-11 00:57:31 -05:00
Fix WateringNeeds not writing footer
This commit is contained in:
parent
29420a3a50
commit
60d6728926
@ -54,7 +54,7 @@ async def makeRecord():
|
||||
await getData(x,y)
|
||||
|
||||
async with aiofiles.open('./.temp/WateringNeeds.i2m', 'a') as end:
|
||||
end.write(footer)
|
||||
await end.write(footer)
|
||||
|
||||
dom = xml.dom.minidom.parse('./.temp/WateringNeeds.i2m')
|
||||
xmlPretty = dom.toprettyxml(indent= " ")
|
||||
|
Loading…
x
Reference in New Issue
Block a user