фикс расписания онлайн 1
This commit is contained in:
@@ -221,7 +221,7 @@ def fetch_match_live_data(match_id: int) -> dict:
|
|||||||
if home and away:
|
if 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}
|
# return {"status": "scheduled", "home_score": home, "away_score": away}
|
||||||
|
|
||||||
# =========================================================
|
# =========================================================
|
||||||
# ЛОГИКА ЗАПУСКА WATCHER'ОВ
|
# ЛОГИКА ЗАПУСКА WATCHER'ОВ
|
||||||
|
|||||||
Reference in New Issue
Block a user