bugfix
This commit is contained in:
parent
79a57b3f73
commit
a94965d7cb
@ -98,7 +98,7 @@ async def query(request, params_kw, *args, **kwargs):
|
||||
f = partial(f1, colname, vector=vector, expr=expr, pagerows=pagerows, page=page, output_fields=output_fields)
|
||||
r = await f()
|
||||
return {
|
||||
"status": "SUCCEEDED"
|
||||
"status": "SUCCEEDED",
|
||||
"data": r
|
||||
}
|
||||
except Exception as e:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user