Skip to content

Commit 7b23d84

Browse files
authored
Merge pull request #63 from cuappdev/fix-null-desc-hockey
hockey game desc field should not be null now
2 parents 3e0881c + 6814430 commit 7b23d84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/scrapers/game_details_scrape.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def hockey_summary(box_score_section):
137137
'assist': assist,
138138
'cor_score': cornell_score,
139139
'opp_score': opp_score,
140+
'description': f"Scored by {scorer}. Assisted by {assist}."
140141
})
141142
if not summary:
142143
summary = [{"message": "No scoring events in this game."}]

0 commit comments

Comments
 (0)