diff options
| author | Weblate <noreply@weblate.org> | 2023-06-08 14:40:08 +0000 |
|---|---|---|
| committer | Weblate <noreply@weblate.org> | 2023-06-08 14:40:08 +0000 |
| commit | 89bbbf6fe4348236f9828a39ddc8f1790cb2f2f4 (patch) | |
| tree | c175788ffc6917a66db810eb14073c57b750efb3 /backend/settings.py | |
| parent | fdc556edeed416843f3e4b9d5c1a9e163dc72d89 (diff) | |
| parent | 9a05c228a004392df6921a7706f4ae6a62fff2d3 (diff) | |
| download | decky-loader-89bbbf6fe4348236f9828a39ddc8f1790cb2f2f4.tar.gz decky-loader-89bbbf6fe4348236f9828a39ddc8f1790cb2f2f4.zip | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'backend/settings.py')
| -rw-r--r-- | backend/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/settings.py b/backend/settings.py index d54ff2b5..c00e6a82 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -22,7 +22,7 @@ class SettingsManager: for file in listdir(wrong_dir): if file.endswith(".json"): rename(path.join(wrong_dir,file), - path.join(settings_directory, file)) + path.join(settings_directory, file)) self.path = path.join(settings_directory, name + ".json") |
