Skip to content

Commit

Permalink
add adult league indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Oct 31, 2022
1 parent b3fe90e commit 6199373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leagues/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def is_youth(abbreviation: str, name: str) -> bool:
adult_name_indicators = [
'Männer', 'Frauen', 'Herren', 'Damen',
'Hären', 'Dammen', 'Senioren', 'Seniorinnen',
'Hommes', 'Dames', 'Fraen',
'Hommes', 'Dames', 'Fraen', ' F-', ' M-',
'Inklusion', 'Special Olympics']
adult_match_strong = any(n in name for n in adult_name_indicators)

Expand Down

0 comments on commit 6199373

Please sign in to comment.