From 56cb497842c4db92af516df24df52e7c90fdbcc7 Mon Sep 17 00:00:00 2001 From: beebles <102569435+beebls@users.noreply.github.com> Date: Sat, 27 Jul 2024 18:15:21 -0600 Subject: [PATCH] AAAAAAAAAAAAAAAAAAA --- css_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css_utils.py b/css_utils.py index 775c9b7..de3a26f 100644 --- a/css_utils.py +++ b/css_utils.py @@ -126,7 +126,7 @@ def store_path() -> str: return os.path.join(get_theme_path(), "STORE") def get_mappings_folder_path() -> str: - path = os.path.join(get_theme_path(), "__MAPPINGS") + path = os.path.join(get_theme_path(), "__mappings") if not os.path.exists(path): create_dir(path)