From ea911d2ba0cad6e54024993e274f7733b9347c48 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Thu, 9 Feb 2023 18:41:53 +0100 Subject: [PATCH] Output? --- screenshotter/config.yaml | 2 +- screenshotter/rootfs/app/app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/screenshotter/config.yaml b/screenshotter/config.yaml index f6c6e23..dec95e6 100644 --- a/screenshotter/config.yaml +++ b/screenshotter/config.yaml @@ -1,6 +1,6 @@ --- name: E-Paper Screenshotter -version: 1.0.1.18 +version: 1.0.1.19 #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 79f1508..f9b6645 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') +logging.basicConfig(format='%(asctime)s [%(levelname)s]:%(message)s', level=logging.DEBUG) image_path = os.environ.get("SCREEN_IMAGE_PATH", default='/tmp')