Skip to content

Commit

Permalink
fix attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
miztch committed Jun 8, 2023
1 parent 530d873 commit d6345d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/sasha/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def scrape_matches(page: str = 1):
'bestOf': match_detail['best_of'],
'matchName': match_detail['match_name'],
'teams': [{'title': team} for team in match_detail['teams']],
'match_page': match_url_path
'pagePath': match_url_path
}
logger.info('add match to the list: {}'.format(item))
matches.append(item)
Expand Down

0 comments on commit d6345d4

Please sign in to comment.