From 09cf1cd17fab7cdcb243cb4570fa34d0715b14d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Tue, 22 Apr 2025 14:15:28 +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..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(): """