broadfield-dev commited on
Commit
abddee4
·
verified ·
1 Parent(s): 47a8aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import urllib.parse
6
  import asyncio
7
  from typing import Dict, Optional
8
  from itertools import cycle
9
- os.system("playwright install")
10
  os.system("playwright install --with-deps")
11
  # Install playwright if not present
12
  '''if os.getenv("PLAYWRIGHT_INSTALL_RUN", "false").lower() != "true":
 
6
  import asyncio
7
  from typing import Dict, Optional
8
  from itertools import cycle
9
+ #os.system("playwright install")
10
  os.system("playwright install --with-deps")
11
  # Install playwright if not present
12
  '''if os.getenv("PLAYWRIGHT_INSTALL_RUN", "false").lower() != "true":