fixed bug

This commit is contained in:
brb
2023-07-13 12:37:32 +02:00
parent e57f083b14
commit ddb9e4f9b4
+1 -1
View File
@@ -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')