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.
get_services()
1 parent 24db8ef commit 131cfb3Copy full SHA for 131cfb3
embedly/client.py
@@ -64,7 +64,7 @@ def get_services(self):
64
resp, content = http.request(url, headers=headers)
65
66
if resp['status'] == '200':
67
- resp_data = json.loads(content)
+ resp_data = json.loads(content.decode('utf-8'))
68
self.services = resp_data
69
70
# build the regex that we can use later
0 commit comments