Skip to content

Commit 945368f

Browse files
OhYeeCopilot
andauthored
Update agentrun/sandbox/api/browser_data.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: OhYee <oyohyee@oyohyee.com>
1 parent 8933d1f commit 945368f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentrun/sandbox/api/browser_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get_vnc_url(
179179
return self._build_ws_url_with_headers(
180180
"/ws/liveview", record=record, config=config
181181
)
182-
return self._build_ws_url("/ws/liveview", record=record)
182+
return self._build_ws_url("/ws/liveview", record=record, config=config)
183183

184184
def sync_playwright(
185185
self,

0 commit comments

Comments
 (0)