fix logger

This commit is contained in:
bittles
2022-12-25 19:08:21 -05:00
parent f3b6bc0ff8
commit 7ce31c4b2c
+3 -1
View File
@@ -937,7 +937,9 @@ class EcoVacsXMPP(ClientXMPP):
def _ctl_to_dict(self, xml):
result = xml.attrib.copy()
_LOGGER.debug("result from xml is : " + ET.tostring(result))
_LOGGER.debug("result from xml is :")
_LOGGER.debug(result)
_LOGGER.debug("end of result")
if 'td' not in result:
# This happens for commands with no response data, such as PlaySound
return