faster-response
All checks were successful
Deploy on push / deploy (push) Successful in 1m8s

This commit is contained in:
2024-06-11 22:46:35 +03:00
parent 04e20b29ee
commit c24f3bbb4a
7 changed files with 46 additions and 38 deletions

View File

@@ -307,8 +307,6 @@ async def load_shouts_search(_, _info, text, limit=50, offset=0):
with local_session() as session:
result = session.execute(shouts_query).unique().all()
if result:
logger.debug(result)
logger.debug(len(result))
for [
shout,
] in result: