фикс2

This commit is contained in:
2026-05-16 13:14:18 +03:00
parent 214ab84fc6
commit 5d00fdeaf5

View File

@@ -220,7 +220,7 @@ def fetch_match_live_data(match_id: int) -> dict:
elif not live and home and away: elif not live and home and away:
return {"status": "finished", "home_score": home, "away_score": away} return {"status": "finished", "home_score": home, "away_score": away}
return {"status": "finished", "home_score": home, "away_score": away} return {"status": "scheduled", "home_score": home, "away_score": away}
# ========================================================= # =========================================================
# ЛОГИКА ЗАПУСКА WATCHER'ОВ # ЛОГИКА ЗАПУСКА WATCHER'ОВ