Skip to content

Commit

Permalink
Ignore Test leagues
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Feb 10, 2020
1 parent 3401da2 commit cc5d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leagues/management/commands/setup.py
Expand Up @@ -146,7 +146,7 @@ def create_league(self, league_link, district, season):
name = parsing.parse_league_name(dom)

if any(n in name for n in ['Platzierungsrunde', 'Meister', 'Freiwurf', 'Maxi',
'turnier', 'wettbewerb', 'pokal']):
'turnier', 'wettbewerb', 'pokal', 'Test']):
LOGGER.debug('SKIPPING League (name): %s %s', bhv_id, name)
return

Expand Down

0 comments on commit cc5d04d

Please sign in to comment.