Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
Updated the redirect URI.
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr committed Apr 14, 2016
1 parent 9e10b10 commit f362583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xspfy.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
SPOTIFY_CLIENT_ID = '6508015df04044ffa68efaa4cc4ac8c3'
SPOTIFY_CLIENT_SECRET = '6186195c2bf34bd6a2caf05d76f157fc'
SPOTIFY_AUTH_SCOPE = 'playlist-modify-public playlist-modify-private'
SPOTIFY_REDIRECT_URI = 'https://sepehr.github.io/laspotipy/'
SPOTIFY_REDIRECT_URI = 'https://sepehr.github.io/laspotipy'

def spotify_uri(artist, track, album = False):
'''
Expand Down

0 comments on commit f362583

Please sign in to comment.