Merge branch 'master' of Sciencentistguy/deemix into master
This commit is contained in:
commit
c40dc034ff
|
@ -87,7 +87,7 @@ class Deezer:
|
|||
time.sleep(2)
|
||||
return self.api_call(method, args)
|
||||
if 'error' in result_json.keys():
|
||||
raise APIError()
|
||||
raise APIError(result_json)
|
||||
return result_json
|
||||
|
||||
def login(self, email, password, re_captcha_token):
|
||||
|
|
Loading…
Reference in New Issue