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

View File

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