Skip to content

Commit

Permalink
Update league codes for new season
Browse files Browse the repository at this point in the history
  • Loading branch information
conormag94 committed Sep 26, 2017
1 parent 15deff0 commit 3d7bbd3
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions pyscores/config.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
BASE_URL = "http://api.football-data.org/v1"

LEAGUE_IDS = {
"PL": "426",
"ELC": "427",
"EL1": "428",
"FAC": "429",
"BL1": "430",
"BL2": "431",
"DFB": "432",
"DED": "433",
"FL1": "434",
"FL2": "435",
"PD": "436",
"SD": "437",
"SA": "438",
"PPL": "439",
"CL": "440",
"SB": "441",
"ENL": "442",
"EL2": "443"
"BSA": "444",
"PL": "445",
"ELC": "446",
"EL1": "447",
"EL2": "448",
"DED": "449",
"FL1": "450",
"FL2": "451",
"BL1": "452",
"BL2": "453",
"PD": "455",
"SA": "456",
"PPL": "457",
"DFB": "458",
"SB": "459",
"CL": "464",
"AAL": "466"
}

0 comments on commit 3d7bbd3

Please sign in to comment.