We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d25d9d commit 9120d35Copy full SHA for 9120d35
roborock/cli.py
@@ -97,7 +97,8 @@ async def run():
97
_LOGGER.exception("Uncaught exception in command")
98
click.echo(f"Error: {sys.exc_info()[1]}", err=True)
99
finally:
100
- await context.cleanup()
+ if not context.is_session_mode():
101
+ await context.cleanup()
102
103
if context.is_session_mode():
104
# Session mode - run in the persistent loop
0 commit comments