счет по четвертям в отображении
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user