Refactored to use spotify_tools.SpotifyAuthorize class

This commit is contained in:
Manveer Basra
2018-11-12 10:49:21 -05:00
committed by Ritiek Malhotra
parent c886ccf603
commit 4fc23a84dc
4 changed files with 217 additions and 227 deletions

View File

@@ -34,8 +34,8 @@ default_conf = {
"skip": None,
"write-successful": None,
"log-level": "INFO",
"spotify_client_id": None,
"spotify_client_secret": None
"spotify_client_id": "4fe3fecfe5334023a1472516cc99d805",
"spotify_client_secret": "0f02b7c483c04257984695007a4a8d5c"
}
}