Skip to content

Commit

Permalink
user download option
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan authored and Karan committed Jan 28, 2016
1 parent c9b6577 commit 93b2a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def authenticate():
return util.prompt_for_user_token(username,scope, CLIENT_ID, CLIENT_SECRET)
return util.prompt_for_user_token(username,scope, CLIENT_ID, CLIENT_SECRET, REDIRECT_URL))


def fetch_saved_tracks(sp):
Expand Down

0 comments on commit 93b2a4a

Please sign in to comment.