bugfix
This commit is contained in:
parent
7b65e289d6
commit
551ab87247
@ -90,12 +90,12 @@ where a.llmcatelogid = b.id
|
||||
for r in recs:
|
||||
if cid != r.catelogid:
|
||||
x = {
|
||||
'catelogid': r.catelogid,
|
||||
'catelogid': r.llmcatelogid,
|
||||
'catelogname': r.catelogname,
|
||||
'llms': [r]
|
||||
}
|
||||
d.append(x)
|
||||
cid = r.catelogid
|
||||
cid = r.llmcatelogid
|
||||
else:
|
||||
x['llms'].append(r)
|
||||
return d
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user