mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
Update zspotify.py
This commit is contained in:
parent
813ec6228d
commit
b488b277f0
@ -79,7 +79,9 @@ class ZSpotify:
|
||||
@classmethod
|
||||
def get_auth_header(cls):
|
||||
return {
|
||||
AUTHORIZATION: f'Bearer {cls.__get_auth_token()}'}
|
||||
'Authorization': f'Bearer {cls.__get_auth_token()}',
|
||||
'Accept-Language': 'zh'
|
||||
}
|
||||
|
||||
@classmethod
|
||||
def get_auth_header_and_params(cls, limit, offset):
|
||||
|
Loading…
Reference in New Issue
Block a user