From 7ef24db7e2e6c4253c319a7c0514731904698985 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 934052f..ac3798c 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(): """