pylletTown icon indicating copy to clipboard operation
pylletTown copied to clipboard

Fixed error from deprecated XML object

Open Orinax opened this issue 3 years ago • 0 comments

https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren

getchildren() Deprecated since version 3.2, will be removed in version 3.9: Use list(elem) or iteration.

Orinax avatar Mar 06 '22 13:03 Orinax