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

This commit is contained in:
Untone 2024-06-02 19:09:02 +03:00
parent 9c4ddea33d
commit c0b3e90943

View File

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