diff --git a/config.py b/config.py index 337815e..1f237a4 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 = "/root/config.json" def load_config(): """