Output?
This commit is contained in:
parent
ca0fa191ba
commit
ea911d2ba0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue