This commit is contained in:
bittles
2023-01-02 16:51:50 -05:00
parent d2976d1cf1
commit d92acfc027
+1 -1
View File
@@ -987,7 +987,7 @@ class EcoVacsXMPP(ClientXMPP):
_LOGGER.debug("result is:") _LOGGER.debug("result is:")
_LOGGER.debug(result) _LOGGER.debug(result)
if other_xml is not None: if other_xml is not None:
other_result = other_xml.copy() other_result = other_xml.attrib.copy()
_LOGGER.debug("other result:") _LOGGER.debug("other result:")
_LOGGER.debug(other_result) _LOGGER.debug(other_result)
_LOGGER.debug(xml[0]) _LOGGER.debug(xml[0])