We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8745e7 commit 9568266Copy full SHA for 9568266
jsonbox.py
@@ -89,4 +89,4 @@ def _check_response(self, response):
89
json_data = response.json()
90
return json_data
91
else:
92
- return False
+ raise ValueError(str(response.text))
0 commit comments