This commit is contained in:
bittles
2023-01-02 22:18:08 -05:00
parent 43a9cef3b7
commit cd4c8069bc
+1 -1
View File
@@ -1177,7 +1177,7 @@ class EcoVacsXMPP(ClientXMPP):
_LOGGER.debug("*** sending ping ***")
q.send()
def _handle_ping(self, iq)
def _handle_ping(self, iq):
_LOGGER.debug("Pinged by %s", iq['from'])
iq.reply().send()