diff --git a/spotify-playlist-set-theory.py b/spotify-playlist-set-theory.py index 84d18ff..5c91814 100755 --- a/spotify-playlist-set-theory.py +++ b/spotify-playlist-set-theory.py @@ -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