Skip to content

Commit 3c56666

Browse files
committed
Patchright Release: Update Driver Download Link
1 parent a73a5fd commit 3c56666

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
@@ -32,7 +32,7 @@ def patch_file(file_path: str, patched_tree: ast.AST) -> None:
3232
if node.targets[0].id == "url" and node.value.value == "https://playwright.azureedge.net/builds/driver/":
3333
node.value = ast.JoinedStr(
3434
values=[
35-
ast.Constant(value='https://github.com/Vinyzu/patchright/releases/download/v'),
35+
ast.Constant(value='https://github.com/Kaliiiiiiiiii-Vinyzu/patchright/releases/download/v'),
3636
ast.FormattedValue(value=ast.Name(id='driver_version', ctx=ast.Load()), conversion=-1),
3737
ast.Constant(value='/')
3838
]

0 commit comments

Comments
 (0)