фикс2
This commit is contained in:
@@ -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'ОВ
|
||||
|
||||
Reference in New Issue
Block a user