Skip to content

Commit afcdfb1

Browse files
OhYeeCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: OhYee <oyohyee@oyohyee.com>
1 parent e62b7cc commit afcdfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentrun/sandbox/api/aio_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def get_vnc_url(
190190
return self._build_ws_url_with_headers(
191191
"/ws/liveview", record=record, config=config
192192
)
193-
return self._build_ws_url("/ws/liveview", record=record)
193+
return self._build_ws_url("/ws/liveview", record=record, config=config)
194194

195195
def sync_playwright(
196196
self,

0 commit comments

Comments
 (0)