This commit is contained in:
Jan-Henrik 2023-02-09 18:41:53 +01:00
parent ca0fa191ba
commit ea911d2ba0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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')