diff options
| author | Fuwn <[email protected]> | 2023-01-02 20:47:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-01-02 20:47:17 -0800 |
| commit | 5b1d9b5326ce473a1d114c903e212a082b2c4b26 (patch) | |
| tree | 6ffeef794b8806ec8e85297994932bf412c50561 | |
| parent | fix(spotify.py): debug (diff) | |
| download | rubys_song_skipper-5b1d9b5326ce473a1d114c903e212a082b2c4b26.tar.xz rubys_song_skipper-5b1d9b5326ce473a1d114c903e212a082b2c4b26.zip | |
fix(spotify.py): headers
| -rw-r--r-- | rubys_song_skipper/spotify.py | 2 |
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", |