AttributeError: 'NoneType' object has no attribute 'items' how to fix it code example
Example: AttributeError: 'NoneType' object has no attribute
node = child.find('EmentaMateria')
if node is not None:
ementa = node.text
else:
ementa = None