refactoring for pull/processing abstraction

This commit is contained in:
Xevion
2019-10-27 14:24:28 -05:00
parent dc14adeca2
commit 92b109241e
4 changed files with 25 additions and 13 deletions

View File

@@ -3,7 +3,5 @@ client_id = "20cc828edc7140d88e1c8b0c08ed1672"
client_secret = "519fb97148a14952859ca3454b886cf9"
redirect_uri = "http://localhost:8888/callback"
scope = ' '.join([
'user-library-read',
'user-read-recently-played',
'user-top-read'
'user-library-read'
])