Skip to content

Commit 6fb6d5f

Browse files
committed
[Bug Fix] Page Sync InitScript Route Injecting
1 parent 46ef169 commit 6fb6d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch_python_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ async def route_handler(route: Route) -> None:
346346
self._routes.insert(
347347
0,
348348
RouteHandler(
349-
self._options.get("baseURL"),
349+
self._browser_context._options.get("baseURL"),
350350
"**/*",
351351
mapping.wrap_handler(route_handler),
352352
False,

0 commit comments

Comments
 (0)