Skip to content

Commit ba7cad9

Browse files
committed
nl fix
1 parent 1587d71 commit ba7cad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/mount/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3046,7 +3046,7 @@ async def handle_init(self, msg: dict[str, object]) -> None:
30463046
session_id = msg.get("session_id")
30473047
if session_id is None:
30483048
raise RuntimeError(f"[handle init] Session ID is not set. Message: {msg}")
3049-
3049+
30503050
self.agent_session_id = int(session_id)
30513051

30523052
proactive_behavior_enabled = msg.get("proactive_behavior_enabled")

0 commit comments

Comments
 (0)