From 09ea8bb58998ff27d40082d737de234b4578ab78 Mon Sep 17 00:00:00 2001 From: BubuDavid Date: Sat, 9 Oct 2021 14:25:47 -0500 Subject: [PATCH] Fix user authorization flow on headers --- bbfy/bbfy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bbfy/bbfy.py b/bbfy/bbfy.py index 6c8b85e..96cd56a 100644 --- a/bbfy/bbfy.py +++ b/bbfy/bbfy.py @@ -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',