From b9e0f7353476a9c6c24170d9868bf5068e4a66b0 Mon Sep 17 00:00:00 2001 From: Polish Hammer Date: Fri, 18 Apr 2025 13:44:34 +0200 Subject: [PATCH] Fix in default config --- constants.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/constants.py b/constants.py index d24a850..ee4b1bd 100644 --- a/constants.py +++ b/constants.py @@ -78,14 +78,14 @@ if platform in ("linux", "linux2"): MEMORY_FIVE_SIARA = "/home/pi/Conjurer/pamiec.json" SYSTEM_GPT_SETTINGS = "/home/pi/Conjurer/system_gpt_settings.json" MEMORY_FIVE_MUZYKA = "/home/pi/Conjurer/pamiec_muzyki.json" - MUSIC_FOLDER = "/home/pi/RetroPie/mp3/" + MUSIC_FOLDER = "/home/pi/MediaShare/mp3/" SETTINGS_FILE = "/home/pi/Conjurer/settings.json" NETRC_FILE = "/home/pi/.netrc" - LOGSTORE = "/home/pi/Conjurer/logs/" + LOGSTORE = "/home/pi/MediaShara/logs/" ACCIDENT_LOG = "/home/pi/Conjurer/accident_log.json" ENCODING = "utf-8" - GRAPHICS_PATH = "/home/pi/RetroPie/Conjurer_graphics/" - DIR_PATH_SADOX = "/home/pi/RetroPie/Fansadox/" + GRAPHICS_PATH = "/home/pi/MediaShare/Conjurer_graphics/" + DIR_PATH_SADOX = "/home/pi/MediaShare/Fansadox/" elif platform == "win32":