This commit is contained in:
afkarxyz
2025-06-11 05:07:20 +07:00
parent c3e1607ca6
commit 00e369677f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def generate_totp(
counter * 30_000,
)
token_url = 'https://open.spotify.com/get_access_token'
token_url = 'https://open.spotify.com/api/token'
playlist_base_url = 'https://api.spotify.com/v1/playlists/{}'
album_base_url = 'https://api.spotify.com/v1/albums/{}'
track_base_url = 'https://api.spotify.com/v1/tracks/{}'