This commit is contained in:
parent
cf88c165ee
commit
3a5449df79
|
@ -234,8 +234,6 @@ def get_shouts_with_links(info, q, limit=20, offset=0):
|
||||||
|
|
||||||
for idx, row in enumerate(shouts_result):
|
for idx, row in enumerate(shouts_result):
|
||||||
try:
|
try:
|
||||||
logger.debug(f"Обработка строки {idx}")
|
|
||||||
|
|
||||||
shout = None
|
shout = None
|
||||||
if hasattr(row, "Shout"):
|
if hasattr(row, "Shout"):
|
||||||
shout = row.Shout
|
shout = row.Shout
|
||||||
|
|
Loading…
Reference in New Issue
Block a user