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

This commit is contained in:
Untone 2024-06-02 18:48:54 +03:00
parent 27bea7d06f
commit 2365485a68

View File

@ -310,7 +310,7 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
if result:
logger.debug(result)
shouts = []
for shout in result.first():
for shout in result:
logger.debug(shout)
shout.score = scores[f"{shout.id}"]
shouts.append(shout)