my.body.sleep: integrate with optional temperature data
This commit is contained in:
parent
725597de97
commit
ed47e98d5c
2 changed files with 18 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue