diff --git a/config.py b/config.py index 934052f..ac3798c 100644 --- a/config.py +++ b/config.py @@ -7,7 +7,7 @@ import json import logging # Default configuration file path -CONFIG_FILE = "config.json" +CONFIG_FILE = "data/config.json" def load_config(): """