fixed bug
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ from runner_script import RunnerScript
|
|||||||
|
|
||||||
|
|
||||||
# load default values
|
# load default values
|
||||||
load_dotenv()
|
load_dotenv('dev.env')
|
||||||
config = ConfigParser()
|
config = ConfigParser()
|
||||||
config.read(Path(__file__).parent / 'defaults.ini')
|
config.read(Path(__file__).parent / 'defaults.ini')
|
||||||
REPO_DIR = config.get('main', 'repo_dir')
|
REPO_DIR = config.get('main', 'repo_dir')
|
||||||
|
|||||||
Reference in New Issue
Block a user