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 86c0191 commit 1b12403Copy full SHA for 1b12403
playwright/_impl/_transport.py
@@ -107,7 +107,7 @@ async def connect(self) -> None:
107
try:
108
# For pyinstaller and Nuitka
109
env = get_driver_env()
110
- if getattr(sys, "frozen", False) or globals().get("_compiled__"):
+ if getattr(sys, "frozen", False) or globals().get("__compiled__"):
111
env.setdefault("PLAYWRIGHT_BROWSERS_PATH", "0")
112
113
startupinfo = None
0 commit comments