Skip to content

Commit

Permalink
Add Brasileiro Série A support
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn committed Jan 16, 2019
1 parent 78d1a46 commit 472e9f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions soccer/leagueids.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
LEAGUE_IDS = {
"BSA": 2013,
"BL": 2002,
"FL1": 2015,
"PL": 2021,
Expand Down
5 changes: 5 additions & 0 deletions soccer/leagueproperties.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,10 @@
"rl": [16, 18],
"cl": [1, 2],
"el": [3, 3]
},
"BSA": {
"rl": [16, 20],
"cl": [0, 0],
"el": [0, 0]
}
}

0 comments on commit 472e9f4

Please sign in to comment.