Skip to content

Commit 0f696d4

Browse files
committed
chore: add else back
1 parent dc8e8a9 commit 0f696d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roborock/cloud_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def _mqtt_on_connect(
9797
self._logger.error(message)
9898
if connection_queue:
9999
connection_queue.set_exception(VacuumError(message))
100+
else:
100101
self._logger.debug("Failed to notify connect future, not in queue")
101102
return
102103
self._logger.info(f"Connected to mqtt {self._mqtt_host}:{self._mqtt_port}")

0 commit comments

Comments
 (0)