Headless for production
This commit is contained in:
parent
67dbfed7b4
commit
7aaf878ced
1 changed files with 1 additions and 1 deletions
2
check.py
2
check.py
|
|
@ -50,7 +50,7 @@ class HandleResponse:
|
|||
|
||||
def run(playwright: Playwright) -> None:
|
||||
"""Launch browser and search for options."""
|
||||
browser = playwright.chromium.launch(headless=False)
|
||||
browser = playwright.chromium.launch(headless=True)
|
||||
context = browser.new_context()
|
||||
page = context.new_page()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue