Skip to content

Commit

Permalink
Fix user authorization flow on headers
Browse files Browse the repository at this point in the history
  • Loading branch information
BubuDavid committed Oct 9, 2021
1 parent 0f1d5d1 commit 09ea8bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbfy/bbfy.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def set_refresh_token(self, refresh_token):


# * Get the headers for use the spotify api
@require_token
def __get_headers_authorization(self):
return {
'Accept' : 'application/json',
Expand Down

0 comments on commit 09ea8bb

Please sign in to comment.