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'] )