Skip to content

Commit

Permalink
fix: move to headless=new
Browse files Browse the repository at this point in the history
  • Loading branch information
ugomeda committed Jan 27, 2025
1 parent e152fe7 commit de658fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inkplate_dashboard/chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def screenshot_display() -> tuple[bytes, str]:
subprocess.run(
[
get_chrome_path(),
"--headless=old",
"--headless=new",
"--disable-gpu",
"--high-dpi-support=1",
"--no-sandbox",
Expand Down

0 comments on commit de658fe

Please sign in to comment.