mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +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