From 70bf423c5c06f74064271d94af8c16a0b334aae3 Mon Sep 17 00:00:00 2001 From: bittles Date: Sat, 31 Dec 2022 11:21:56 -0500 Subject: [PATCH] more typos --- custom_components/ecovacs/sucksbumper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ecovacs/sucksbumper.py b/custom_components/ecovacs/sucksbumper.py index 55f4011..4334a87 100644 --- a/custom_components/ecovacs/sucksbumper.py +++ b/custom_components/ecovacs/sucksbumper.py @@ -953,7 +953,7 @@ class EcoVacsXMPP(ClientXMPP): other_dict = self._ctl_to_dict(the_other_part) _LOGGER.debug("handle_ctl called with[0][1] the other part:") _LOGGER.debug(the_other_part) - _LOGGER.debug("other dict:" + _LOGGER.debug("other dict:") _LOGGER.debug(other_dict) _LOGGER.debug("end of the_other_part") @@ -962,7 +962,7 @@ class EcoVacsXMPP(ClientXMPP): another_dict = self._ctl_to_dict(the_another_part) _LOGGER.debug("handle_ctl called with[1][0] the another part:") _LOGGER.debug(the_another_part) - _LOGGER.debug("another dict:" + _LOGGER.debug("another dict:") _LOGGER.debug(another_dict) _LOGGER.debug("end of the_another_part")