From ddb9e4f9b47da21f6ea9e617fd2654da561b150c Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 13 Jul 2023 12:37:32 +0200 Subject: [PATCH] fixed bug --- code/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/utils.py b/code/utils.py index 3bf67a7..05eb32b 100644 --- a/code/utils.py +++ b/code/utils.py @@ -10,7 +10,7 @@ from runner_script import RunnerScript # load default values -load_dotenv() +load_dotenv('dev.env') config = ConfigParser() config.read(Path(__file__).parent / 'defaults.ini') REPO_DIR = config.get('main', 'repo_dir')