broadfield-dev commited on
Commit
48124ac
·
verified ·
1 Parent(s): abddee4

Update app.py

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