счет по четвертям в отображении

This commit is contained in:
2025-10-27 21:06:14 +03:00
parent 97045a0f72
commit 7e5ccdbb83
2 changed files with 2 additions and 5 deletions

View File

@@ -616,7 +616,7 @@ if isinstance(cached_game_online, dict):
if isinstance(cached_game_online, dict) and (
(cached_game_online.get("result") or {}).get("plays") or []
cached_game_online.get("plays") or []
):
col_1_col = [f"col_1_{i}" for i in range(1, period_max + 1)]
col_2_col = [f"col_2_{i}" for i in range(1, period_max + 1)]