Skip to content

Commit

Permalink
Merge pull request #6 from miztch/fix-attribute-pagepath
Browse files Browse the repository at this point in the history
fix attribute name
  • Loading branch information
miztch committed Jun 8, 2023
2 parents 530d873 + d6345d4 commit b7df475
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 b7df475

Please sign in to comment.