From de658fe8f62c49e77eac2a49cd2d69659abbd2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ugo=20M=C3=A9da?= Date: Mon, 27 Jan 2025 23:41:52 +0100 Subject: [PATCH] fix: move to headless=new --- inkplate_dashboard/chrome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inkplate_dashboard/chrome.py b/inkplate_dashboard/chrome.py index dadec76..775ff7b 100644 --- a/inkplate_dashboard/chrome.py +++ b/inkplate_dashboard/chrome.py @@ -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",