Skip to content

Commit

Permalink
Now is better than never.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marx314 committed Mar 31, 2016
1 parent 239201d commit b9a1206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubersmith_client/ubersmith_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ def process_ubersmith_response(response):
response_json['error_message']
)

return response.json()['data']
return response_json['data']

return response.content

0 comments on commit b9a1206

Please sign in to comment.