Skip to content

Commit

Permalink
* fix(oneandone.py): set browser to launch in headless mode for impro…
Browse files Browse the repository at this point in the history
…ved performance
  • Loading branch information
DanielWTE committed Jan 11, 2025
1 parent 599200d commit dd5046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/oneandone.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def check_1und1(username, password):

try:
with sync_playwright() as p:
browser = p.chromium.launch(headless=False)
browser = p.chromium.launch(headless=True)
page = browser.new_page()

logging.info("Öffne Login-Seite...")
Expand Down

0 comments on commit dd5046d

Please sign in to comment.