add settings to get the rend

This commit is contained in:
2024-08-24 16:09:12 +02:00
parent 4beba1ab24
commit 680026cb54
2 changed files with 18 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ class Config:
get = os.environ.get
# show generated images via preview?
USE_PREVIEW = False
# USE_PREVIEW = False
USE_PREVIEW = True
# ical_parser_test
OPENWEATHERMAP_API_KEY = get("OPENWEATHERMAP_API_KEY")