search-with-images6
All checks were successful
Deploy on push / deploy (push) Successful in 1m8s

This commit is contained in:
2024-06-02 16:14:01 +03:00
parent eba991f4f5
commit fb2c31a81b
2 changed files with 3 additions and 5 deletions

View File

@@ -305,8 +305,6 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
shout_id = int(shout_id)
scores[shout_id] = sr.get("score")
hits_ids.append(shout_id)
else:
assert "no id!!"
shouts = []
with local_session() as session:
shouts = session.execute(query_shouts())