refactor: extract data resolution logic into config

This commit is contained in:
2022-01-28 16:46:12 +01:00
parent 27a6846c64
commit 5d1905df00
2 changed files with 13 additions and 2 deletions

View File

@@ -13,3 +13,7 @@ AIRLY_API_KEY = "…"
OPENWEATHERMAP_API_KEY = ""
# the plan is to have morning high resolution information display
# and refresh, and lower resolution during rest of the day
# (at night potentially off)
low_resolution = False