From b4c013f156230a75c39ee553c139fa1293426006 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 934052f..68767f9 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(): """