мини защита для парсинга игры

This commit is contained in:
2026-05-25 12:36:18 +03:00
parent 801936518a
commit 21e37a1097

View File

@@ -201,6 +201,7 @@ def run_parser_game(match_external_id: str) -> None:
html = fetch_html(url)
data = parse_game_page(html)
if data:
sync_match_page(
match_external_id=str(match_external_id).strip(),
home_starting=data["home_starting"],