Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Home Assistant custom component fix for Selenium based councils #397

Merged
merged 2 commits into from
Oct 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Home Assistant custom component fix for Selenium based councils
OliverCullimore committed Oct 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e0be9ddedafb1208d870f8d6184f61a9d54ab54e
2 changes: 1 addition & 1 deletion uk_bin_collection/uk_bin_collection/common.py
Original file line number Diff line number Diff line change
@@ -228,7 +228,7 @@ def create_webdriver() -> webdriver.Chrome:
"""
# Set up Selenium to run 'headless'
options = webdriver.ChromeOptions()
# options.add_argument("--headless")
options.add_argument("--headless")
options.add_argument("--no-sandbox")
options.add_argument("--disable-gpu")
options.add_argument("--disable-dev-shm-usage")