diff --git a/debug_screenshot.py b/debug_screenshot.py index 6870c6c1..085a73d8 100644 --- a/debug_screenshot.py +++ b/debug_screenshot.py @@ -6,7 +6,7 @@ import logging logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') HA_URL = "http://192.168.178.131:8123/lovelace/solar?kiosk" -OUTPUT_FILE = "/app/output/debug_screenshot.png" +OUTPUT_FILE = "/screenshots/debug_screenshot.png" async def main(): logging.info("Starte Puppeteer-Browser...")