my.body.sleep: integrate with optional temperature data

This commit is contained in:
Dima Gerasimov 2020-10-09 23:19:13 +01:00 committed by karlicoss
parent 725597de97
commit ed47e98d5c
2 changed files with 18 additions and 1 deletions

View file

@ -36,6 +36,7 @@ class Measurement(NamedTuple):
# NOTE: the timezone should be set with respect to the export date!!!
import pytz # type: ignore
tz = pytz.timezone('Europe/London')
# TODO when I change tz, check the diff
@mcachew(cache_path=cache_dir() / 'bluemaestro.cache')