Skip to content

Commit

Permalink
Update website URL to be something nonexistent
Browse files Browse the repository at this point in the history
  • Loading branch information
JElchison committed Sep 24, 2018
1 parent 5d9dab3 commit a994b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify-playlist-set-theory.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def create_parser():
access_token = os.environ['access_token']
except KeyError:
raw_input('After pressing Enter, a new browser tab will launch. Authorize the Spotify application. After it redirects you to a nonexistent webpage, copy the "access_token" query parameter in the URL and set it as the "access_token" in your Bash environment before re-running this script.')
webbrowser.open_new_tab('https://accounts.spotify.com/authorize?client_id=%s&response_type=token&redirect_uri=http://aaaaaaaaaaaaaaaaaaaaaaaaaaaa.com/&scope=playlist-modify-public playlist-modify-private' % CLIENT_ID)
webbrowser.open_new_tab('https://accounts.spotify.com/authorize?client_id=%s&response_type=token&redirect_uri=http://aaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com/&scope=playlist-modify-public playlist-modify-private' % CLIENT_ID)
sys.exit(1)

username = args.username
Expand Down

0 comments on commit a994b92

Please sign in to comment.