Skip to content

Commit

Permalink
updated available competitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Jan 15, 2019
1 parent d610cbb commit 96b78e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,18 @@ $ soccer --help
```
### List of supported leagues and their league codes

- World:
- WC: World Cup (if running/active)
- Europe:
- CL: Champions League
- EC: European Championships (if running/active)
- Brazil:
- BSA: Brazil Serie A
- England:
- PL: English Premier League
- ELC: English Championship
- France:
- FL: Ligue 1
- FL1: Ligue 1
- Germany:
- BL: Bundesliga
- Italy:
Expand Down
7 changes: 3 additions & 4 deletions soccer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,19 +138,18 @@ def main(league, time, standings, team, live, use12hour, players,
League codes:
\b
- WC: World Cup
- EC: European Championship
- CL: Champions League
- PL: English Premier League
- ELC: English Championship
- EL1: English League One
- FL1: French Ligue 1
- FL2: French Ligue 2
- BL: German Bundesliga
- BL2: 2. Bundesliga
- SA: Serie A
- DED: Eredivisie
- PPL: Primeira Liga
- PD: Primera Division
- SD: Segunda Division
- BSA: Brazil Serie A
"""
headers = {'X-Auth-Token': apikey}

Expand Down

0 comments on commit 96b78e1

Please sign in to comment.