summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-17 21:12:37 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-17 21:12:37 +0100
commit667c6ee9c040b031bd7e1193aeb34f430cf74efb (patch)
treee14703c57224612c5eeb0d90505c4e0dc97f5978
parent160a617b97ea7a0ea116a75b9a4aeb56db7a6c1e (diff)
or
-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
# -----------------------------------------------------------------------------