debug_screenshot.py aktualisiert

This commit is contained in:
2025-07-05 17:50:20 +00:00
parent ab629b6467
commit 8a95f0975b

View File

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