diff --git a/openhands/server/conversation_manager/standalone_conversation_manager.py b/openhands/server/conversation_manager/standalone_conversation_manager.py index 6fb420ad2013..d678ef8c5a4c 100644 --- a/openhands/server/conversation_manager/standalone_conversation_manager.py +++ b/openhands/server/conversation_manager/standalone_conversation_manager.py @@ -277,7 +277,7 @@ async def _close_session(self, sid: str): async def _status_message_callback(self, sid: str, msg_type: str, id: str): if msg_type == 'error' and id == 'STATUS$ERROR_RUNTIME_DISCONNECTED': - # If there is no runtime, stop the agent loop. We may need to delete the runtime in question... + # If there is no runtime, stop the agent loop. asyncio.create_task(self._close_session(sid)) @classmethod