debug_screenshot.py aktualisiert
This commit is contained in:
@@ -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']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user