ttomy commited on
Commit
1b3095a
·
verified ·
1 Parent(s): c73909d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ async def initialize_runner_with_single_browser_login(username: str, password: s
105
  "environment": {
106
  "name": "webbrowser",
107
  "homepage": "about:blank", # Will be skipped due to login
108
- "headless": False,
109
  "launch_args": ["--no-sandbox", "--disable-setuid-sandbox"],
110
  "screenshot_delay": 0.5,
111
  "include_html": True,
 
105
  "environment": {
106
  "name": "webbrowser",
107
  "homepage": "about:blank", # Will be skipped due to login
108
+ "headless": True,
109
  "launch_args": ["--no-sandbox", "--disable-setuid-sandbox"],
110
  "screenshot_delay": 0.5,
111
  "include_html": True,