не доделал play_by_play

This commit is contained in:
2025-10-27 21:14:52 +03:00
parent 7e5ccdbb83
commit 049e2493b5

View File

@@ -1358,7 +1358,7 @@ if isinstance(cached_scores_quarter, list) and len(cached_scores_quarter) >= 2:
if isinstance(cached_play_by_play, list) and isinstance(cached_game_online, dict): if isinstance(cached_play_by_play, list) and isinstance(cached_game_online, dict):
plays = (cached_game_online.get("result") or {}).get("plays") or [] plays = cached_game_online.get("plays") or []
if plays: if plays:
tab_temp_6.table(cached_play_by_play) tab_temp_6.table(cached_play_by_play)