adapt bluemaestro to use my_configuration

This commit is contained in:
Dima Gerasimov 2019-11-27 15:29:12 +01:00
parent 9ba2cf6a92
commit 367ecca2a1
2 changed files with 10 additions and 12 deletions

View file

@ -5,6 +5,7 @@ from kython import setup_logzero
from my.bluemaestro import get_temperature, logger
# TODO move this to backup checker?
def main():
temps = get_temperature()
latest = temps[:-2]