diff options
Diffstat (limited to 'Redim/config.py')
| -rw-r--r-- | Redim/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Redim/config.py b/Redim/config.py index 2cbdafd..d618bd1 100644 --- a/Redim/config.py +++ b/Redim/config.py @@ -26,9 +26,10 @@ class Config(): "webp" ) } + self.user_profile = getenv("USERPROFILE") if platform != "linux": self.json_path = join( - getenv("USERPROFILE"), + self.user_profile, "AppData", "Local", "Redim" |
