sqlsynt
All checks were successful
Deploy on push / deploy (push) Successful in 5s

This commit is contained in:
Untone 2024-11-18 22:19:06 +03:00
parent cf88c165ee
commit 3a5449df79

View File

@ -234,8 +234,6 @@ def get_shouts_with_links(info, q, limit=20, offset=0):
for idx, row in enumerate(shouts_result):
try:
logger.debug(f"Обработка строки {idx}")
shout = None
if hasattr(row, "Shout"):
shout = row.Shout