Skip to content
Snippets Groups Projects
Commit 6b037a64 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

v1.2.0; move settings to sub folder to be compatible with docker

parent c5e7e771
No related branches found
No related tags found
No related merge requests found
exports/ exports/
settings.json config/settings.json
\ No newline at end of file \ No newline at end of file
...@@ -122,7 +122,7 @@ class SpotifyBackup: ...@@ -122,7 +122,7 @@ class SpotifyBackup:
if __name__ == '__main__': if __name__ == '__main__':
with open('settings.json', 'r', encoding='utf-8') as f: with open('config/settings.json', 'r', encoding='utf-8') as f:
SETTINGS = json.load(f) SETTINGS = json.load(f)
spotifyBackup = SpotifyBackup(SETTINGS['spotifyAPI']['clientID'], spotifyBackup = SpotifyBackup(SETTINGS['spotifyAPI']['clientID'],
......
File moved
{ {
"version": { "version": {
"name": "v1.1.0", "name": "v1.2.0",
"code": 2, "code": 3,
"date": "09.04.20" "date": "09.04.20"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment