mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-23 01:53:28 +00:00
Fix problem where sockapi enablement broke http api
This commit is contained in:
parent
3fc39531f4
commit
de06cb1c34
@ -342,7 +342,7 @@ def _assemble_json(responses, resource, url):
|
||||
rspdata = {}
|
||||
for rsp in responses:
|
||||
if isinstance(rsp, confluent.messages.LinkRelation):
|
||||
haldata = rsp.raw_rel()
|
||||
haldata = rsp.raw()
|
||||
for hk in haldata.iterkeys():
|
||||
if hk in links:
|
||||
if isinstance(links[hk], list):
|
||||
|
Loading…
Reference in New Issue
Block a user