This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
spotify-readme
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Check token
add-license-1
novatorem
5 years ago
parent
fde431e7b3
commit
cdbfce6f08
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
api/spotify-playing.py
+ 1
- 1
api/spotify-playing.py
View File
@ -42,7 +42,7 @@ def refresh_token():
response
=
requests
.
post
(
SPOTIFY_URL_REFRESH_TOKEN
,
data
=
data
,
headers
=
headers
)
repsonse_json
=
response
.
json
(
)
print
(
repsonse_json
)
return
repsonse_json
[
"
access_token
"
]
Write
Preview
Loading…
Cancel
Save