summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/app/settings/app_cfg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py
index 36bb457..8478e5b 100644
--- a/cli/app/settings/app_cfg.py
+++ b/cli/app/settings/app_cfg.py
@@ -13,6 +13,8 @@ from pathlib import Path
import codecs
codecs.register(lambda name: codecs.lookup('utf8') if name == 'utf8mb4' else None)
+load_dotenv()
+
# -----------------------------------------------------------------------------
# Click config
# -----------------------------------------------------------------------------