diff --git a/scheduler.py b/scheduler.py index 60a2e25..a879ee7 100644 --- a/scheduler.py +++ b/scheduler.py @@ -221,7 +221,7 @@ def fetch_match_live_data(match_id: int) -> dict: if home and away: return {"status": "finished", "home_score": home, "away_score": away} - return {"status": "scheduled", "home_score": home, "away_score": away} + # return {"status": "scheduled", "home_score": home, "away_score": away} # ========================================================= # ЛОГИКА ЗАПУСКА WATCHER'ОВ