We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73a5fd commit 3c56666Copy full SHA for 3c56666
patch_python_package.py
@@ -32,7 +32,7 @@ def patch_file(file_path: str, patched_tree: ast.AST) -> None:
32
if node.targets[0].id == "url" and node.value.value == "https://playwright.azureedge.net/builds/driver/":
33
node.value = ast.JoinedStr(
34
values=[
35
- ast.Constant(value='https://github.com/Vinyzu/patchright/releases/download/v'),
+ ast.Constant(value='https://github.com/Kaliiiiiiiiii-Vinyzu/patchright/releases/download/v'),
36
ast.FormattedValue(value=ast.Name(id='driver_version', ctx=ast.Load()), conversion=-1),
37
ast.Constant(value='/')
38
]
0 commit comments