Skip to content

Commit ea5b00c

Browse files
committed
Prepare for Update
1 parent 8d2511f commit ea5b00c

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
@@ -4,7 +4,7 @@
44

55
import toml
66

7-
patchright_version = "1.51.3" # os.environ.get('playwright_version')
7+
patchright_version = os.environ.get('playwright_version')
88

99
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
1010
with open(file_path, "w") as f:

0 commit comments

Comments
 (0)