my.body.sleep: integrate with optional temperature data

This commit is contained in:
Dima Gerasimov 2020-10-09 23:19:13 +01:00
parent bc507bf404
commit 2cf0069183
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')