From f7e63ba210918a213141305ba986d3d769052da9 Mon Sep 17 00:00:00 2001 From: Floke Date: Sat, 5 Jul 2025 17:50:20 +0000 Subject: [PATCH] debug_screenshot.py aktualisiert --- debug_screenshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_screenshot.py b/debug_screenshot.py index 085a73d8..57137134 100644 --- a/debug_screenshot.py +++ b/debug_screenshot.py @@ -11,7 +11,7 @@ OUTPUT_FILE = "/screenshots/debug_screenshot.png" async def main(): logging.info("Starte Puppeteer-Browser...") browser = await launch( - executablePath='/usr/bin/chromium-browser', + executablePath='/usr/bin/chromium', headless=True, args=['--no-sandbox', '--disable-setuid-sandbox'] )