This commit is contained in:
parent
23e46df8a9
commit
5f36b7c6e2
|
@ -314,7 +314,7 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
|
||||||
if result:
|
if result:
|
||||||
logger.debug(result)
|
logger.debug(result)
|
||||||
logger.debug(len(result))
|
logger.debug(len(result))
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user