Commit 01dd1c48 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

no convert model

parent de5cf475
...@@ -39,7 +39,8 @@ class CatalogApi(object): ...@@ -39,7 +39,8 @@ class CatalogApi(object):
limit = limit limit = limit
),metadata = get_auth_headers()): ),metadata = get_auth_headers()):
if resp.success: if resp.success:
data = from_proto_model_list(Gaia3Record, resp.records) # data = from_proto_model_list(Gaia3Record, resp.records)
data = resp.records
records.extend(data) records.extend(data)
totalCount = resp.totalCount totalCount = resp.totalCount
else: else:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment