From fe1ce30bfe7142c1a06379487427619a9c953b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Fri, 25 Apr 2025 14:26:22 +0200 Subject: [PATCH] new path --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): """