фикс расписания онлайн 1

This commit is contained in:
2026-04-25 10:09:11 +03:00
parent c4f2cb34da
commit 5fb6189b2d

View File

@@ -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'ОВ