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 239201d commit b9a1206Copy full SHA for b9a1206
ubersmith_client/ubersmith_request.py
@@ -60,6 +60,6 @@ def process_ubersmith_response(response):
60
response_json['error_message']
61
)
62
63
- return response.json()['data']
+ return response_json['data']
64
65
return response.content
0 commit comments