мини защита для парсинга игры
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user