From 5c5021e09cb06d5947f90960be780907d934916c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 2 Jan 2023 20:44:09 -0800 Subject: fix(spotify.py): debug --- rubys_song_skipper/spotify.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rubys_song_skipper/spotify.py b/rubys_song_skipper/spotify.py index 7ff9446..9226225 100644 --- a/rubys_song_skipper/spotify.py +++ b/rubys_song_skipper/spotify.py @@ -29,6 +29,8 @@ def bearer(code): if authorization.status_code == 200: json = authorization.json() + print(json) + return (json["access_token"], json["refresh_token"], json["expires_in"]) else: return None -- cgit v1.2.3