main_topic-fix2
All checks were successful
Deploy on push / deploy (push) Successful in 57s

This commit is contained in:
2025-02-12 00:39:25 +03:00
parent 52b608da99
commit 1585e55342
6 changed files with 24 additions and 42 deletions

View File

@@ -191,7 +191,7 @@ def get_shouts_with_links(info, q, limit=20, offset=0):
try:
q = q.limit(limit).offset(offset)
logger.info(f"get shouts query: {q}")
# logger.info(f"get shouts query: {q}")
with local_session() as session:
shouts_result = session.execute(q).all()