Skip to content

Commit

Permalink
fix(album-search): ⚡ Multiply title score deduction by 2 to improve/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Jan 9, 2022
1 parent 737a9cf commit 76502e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/search_tools.py
Expand Up @@ -475,7 +475,7 @@ def score_album(self, title):
album_score = self.calculate_score(
self.reduce_string(scorebase1),
self.reduce_string(scorebase2)
)
) * 2
log.debug("Score deduction from album: " + str(album_score))
return album_score

Expand Down

0 comments on commit 76502e9

Please sign in to comment.