use my.config instead of mycfg; minor cleanups and docstrings
This commit is contained in:
parent
f31ff71e6f
commit
e5b3a1e91e
37 changed files with 142 additions and 110 deletions
|
@ -7,10 +7,10 @@ from pathlib import Path
|
|||
import logging
|
||||
import pytz
|
||||
|
||||
from mycfg import paths
|
||||
from my.config import jawbone as config
|
||||
|
||||
|
||||
BDIR = paths.jawbone.export_dir
|
||||
BDIR = config.export_dir
|
||||
PHASES_FILE = BDIR / 'phases.json'
|
||||
SLEEPS_FILE = BDIR / 'sleeps.json'
|
||||
GRAPHS_DIR = BDIR / 'graphs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue