This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user