diff options
Diffstat (limited to 'python/env.py')
| -rw-r--r-- | python/env.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/env.py b/python/env.py index 8c952a11..3df56531 100644 --- a/python/env.py +++ b/python/env.py @@ -3,3 +3,4 @@ from pathlib import Path DAILY_DIR = Path(os.environ["DAILY_DIR"]) LOG_DIR = Path(os.environ["LOG_DIR"]) +DATA_DIR = Path(os.environ["DATA_DIR"]) |
