summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-01-02 20:47:17 -0800
committerFuwn <[email protected]>2023-01-02 20:47:17 -0800
commit5b1d9b5326ce473a1d114c903e212a082b2c4b26 (patch)
tree6ffeef794b8806ec8e85297994932bf412c50561
parentfix(spotify.py): debug (diff)
downloadrubys_song_skipper-5b1d9b5326ce473a1d114c903e212a082b2c4b26.tar.xz
rubys_song_skipper-5b1d9b5326ce473a1d114c903e212a082b2c4b26.zip
fix(spotify.py): headers
-rw-r--r--rubys_song_skipper/spotify.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rubys_song_skipper/spotify.py b/rubys_song_skipper/spotify.py
index 0550298..5c9fe67 100644
--- a/rubys_song_skipper/spotify.py
+++ b/rubys_song_skipper/spotify.py
@@ -18,8 +18,6 @@ def bearer(code):
"Authorization": f"{CLIENT_ID}:{CLIENT_SECRET}",
"Accept": "application/json",
"Content-Type": "application/x-www-form-urlencoded",
- },
- data={
"grant_type": "authorization_code",
"code": code,
"redirect_uri": "https://rss.rubyyyrl.twitch.fuwn.lol/callback",