mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-05 07:27:47 +00:00
Addeded JSON error handling
This commit is contained in:
parent
a30a6557d1
commit
803e338366
@ -102,7 +102,7 @@ class Spotify(object):
|
||||
print('RESP', results)
|
||||
print()
|
||||
return results
|
||||
except json.decoder.JSONDecodeError:
|
||||
except ValueError:
|
||||
return None
|
||||
|
||||
def next(self, result):
|
||||
|
Loading…
Reference in New Issue
Block a user