mirror of
https://github.com/yaronzz/Tidal-Media-Downloader.git
synced 2026-06-13 12:15:12 +03:00
Merge pull request #958 from KitDaCatsun/patch-1
Removed unused assignment
This commit is contained in:
@@ -28,7 +28,6 @@ class TidalAPI(object):
|
||||
'clientSecret': 'vRAdA108tlvkJpTsGZS8rGZ7xTlbJ0qaZ2K9saEzsgY='}
|
||||
|
||||
def __get__(self, path, params={}, urlpre='https://api.tidalhifi.com/v1/'):
|
||||
header = {}
|
||||
header = {'authorization': f'Bearer {self.key.accessToken}'}
|
||||
params['countryCode'] = self.key.countryCode
|
||||
errmsg = "Get operation err!"
|
||||
|
||||
Reference in New Issue
Block a user