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

updated settings file name

parent e197af29
No related branches found
No related tags found
No related merge requests found
exports/
config/settings-backup.json
config/settings.json
config/settings-import.json
Pipfile.lock
\ No newline at end of file
......@@ -99,7 +99,7 @@ class SpotifyBackup:
if __name__ == '__main__':
with open('config/settings-backup.json', 'r', encoding='utf-8') as f:
with open('config/settings.json', 'r', encoding='utf-8') as f:
SETTINGS = json.load(f)
spotifyBackup = SpotifyBackup(SETTINGS['spotifyAPI']['clientID'],
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment