Argument Python ElementTree ToString () musi być str, a nie bajtów

>>> type(tostring(element, encoding="unicode"))
<class 'str'>
Breakable Bee