This commit is contained in:
Léo Haf 2025-04-25 14:26:22 +02:00
parent b92f8074da
commit fe1ce30bfe
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 = "/root/config.json"
def load_config():
"""