cleaner-log3
All checks were successful
Deploy on push / deploy (push) Successful in 3m2s

This commit is contained in:
2025-09-29 01:00:18 +03:00
parent d7e50c6e31
commit a0ab20f276

View File

@@ -403,9 +403,9 @@ def get_shouts_with_links(
key=lambda shout: shout.get("stat", {}).get("views_count", 0) if isinstance(shout, dict) else 0,
reverse=reverse_order,
)
logger.info(f"🔎 Applied Python sorting by views_count (desc={reverse_order})")
# logger.info(f"🔎 Applied Python sorting by views_count (desc={reverse_order})")
logger.info(f"Returning {len(shouts)} shouts from get_shouts_with_links")
# logger.info(f"Returning {len(shouts)} shouts from get_shouts_with_links")
return shouts