From 67e7e770f5e477cb68405a74b1e4851e5ac89990 Mon Sep 17 00:00:00 2001 From: Floke Date: Sat, 5 Jul 2025 17:33:15 +0000 Subject: [PATCH] debug_screenshot.py aktualisiert --- debug_screenshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...")