Skip to content

Commit b9a1206

Browse files
committed
Now is better than never.
1 parent 239201d commit b9a1206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubersmith_client/ubersmith_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ def process_ubersmith_response(response):
6060
response_json['error_message']
6161
)
6262

63-
return response.json()['data']
63+
return response_json['data']
6464

6565
return response.content

0 commit comments

Comments
 (0)