debug_screenshot.py aktualisiert

This commit is contained in:
2025-07-05 17:33:15 +00:00
parent 411fcf0420
commit 67e7e770f5

View File

@@ -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...")