diff --git a/screenshotter/config.yaml b/screenshotter/config.yaml index 405bfc3..5bf1a81 100644 --- a/screenshotter/config.yaml +++ b/screenshotter/config.yaml @@ -1,6 +1,6 @@ --- name: E-Paper Screenshotter -version: 1.0.1.32 +version: 1.0.1.34 #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch} slug: screenshotter description: Screenshot images for E-Paper pricetags diff --git a/screenshotter/rootfs/app/app.py b/screenshotter/rootfs/app/app.py index 0d410d1..bbecdd4 100644 --- a/screenshotter/rootfs/app/app.py +++ b/screenshotter/rootfs/app/app.py @@ -8,7 +8,7 @@ import datetime import croniter import logging -logging.basicConfig(format='%(asctime)s [%(levelname)s]:%(message)s', level=logging.DEBUG) +logging.basicConfig(format='%(asctime)s [%(levelname)s]:%(message)s', level=logging.INFO) INTERNAL_HA_URL = "http://172.30.32.1:8123"