diff --git a/config.py b/config.py index 337815e..5ebc809 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(): """