diff options
| author | Fuwn <[email protected]> | 2023-01-02 20:06:29 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-01-02 20:06:29 -0800 |
| commit | be8e76586151e1751d0ee1895e26b9f11486340e (patch) | |
| tree | 8f0222e5f370f57f7fbddd1859513d9bdd122980 | |
| parent | fix: save code to file (diff) | |
| download | rubys_song_skipper-be8e76586151e1751d0ee1895e26b9f11486340e.tar.xz rubys_song_skipper-be8e76586151e1751d0ee1895e26b9f11486340e.zip | |
fix(bot.py): use code.txt
| -rw-r--r-- | rubys_song_skipper/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rubys_song_skipper/bot.py b/rubys_song_skipper/bot.py index a0650b6..1870eaa 100644 --- a/rubys_song_skipper/bot.py +++ b/rubys_song_skipper/bot.py @@ -33,7 +33,7 @@ class Bot(commands.Bot): requests.post( "https://api.spotify.com/v1/me/player/next", headers={ - "Authorization": "Bearer " + api.code, + "Authorization": "Bearer " + code, "Content-Type": "application/json", }, ).text |