This commit is contained in:
Léo Haf 2025-04-25 14:26:22 +02:00
parent 2f0da50d93
commit b4c013f156
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():
"""