debug_screenshot.py aktualisiert

This commit is contained in:
2025-07-05 17:50:20 +00:00
parent 67e7e770f5
commit f7e63ba210

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