diff --git a/scheduler.py b/scheduler.py index 3aa0fa5..11fb157 100644 --- a/scheduler.py +++ b/scheduler.py @@ -220,7 +220,7 @@ def fetch_match_live_data(match_id: int) -> dict: 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": "scheduled", "home_score": home, "away_score": away} # ========================================================= # ЛОГИКА ЗАПУСКА WATCHER'ОВ