This commit is contained in:
Léo Haf 2025-04-22 14:15:28 +02:00
parent 2f0da50d93
commit 7ef24db7e2
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC

View File

@ -7,7 +7,7 @@ import json
import logging
# Default configuration file path
CONFIG_FILE = "config.json"
CONFIG_FILE = "data/config.json"
def load_config():
"""