проверка

This commit is contained in:
2025-11-04 14:17:30 +03:00
parent dbba78eb25
commit 04cc0c5be0

View File

@@ -568,7 +568,7 @@ def results_consumer():
is_full = (
"data" in payload
and isinstance(payload["data"], dict)
and "result" in payload["data"]
and "result" in payload["data"] and "teams" in payload["data"]["result"]
)
if is_full: