Addeded JSON error handling

This commit is contained in:
Paul Lamere 2014-06-27 16:18:17 -04:00
parent a30a6557d1
commit 803e338366
1 changed files with 1 additions and 1 deletions

View File

@ -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):