mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-07-01 15:23:15 +00:00
fix
This commit is contained in:
parent
46a3c45cbc
commit
87b564d609
@ -80,14 +80,14 @@ class ZSpotify:
|
||||
def get_auth_header(cls):
|
||||
return {
|
||||
'Authorization': f'Bearer {cls.__get_auth_token()}',
|
||||
'Accept-Language': f'{cls.CONFIG.get(LANGUAGE)}'
|
||||
'Accept-Language': f'{cls.CONFIG.get("LANGUAGE")}'
|
||||
}
|
||||
|
||||
@classmethod
|
||||
def get_auth_header_and_params(cls, limit, offset):
|
||||
return {
|
||||
'Authorization': f'Bearer {cls.__get_auth_token()}',
|
||||
'Accept-Language': f'{cls.CONFIG.get(LANGUAGE)}'
|
||||
'Accept-Language': f'{cls.CONFIG.get("LANGUAGE")}'
|
||||
}, {LIMIT: limit, OFFSET: offset}
|
||||
|
||||
@classmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user