Skip to content

Commit

Permalink
Merge pull request #132 from PeriGK/master
Browse files Browse the repository at this point in the history
Fixed incorrect help message (EPL is not a league, but PL is)
  • Loading branch information
Saturn authored Jan 14, 2019
2 parents 7fdabcf + cb7d285 commit 5e7e32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soccer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def main(league, time, standings, team, live, use12hour, players,
if standings:
if not league:
raise IncorrectParametersException('Please specify a league. '
'Example --standings --league=EPL')
'Example --standings --league=PL')
if league == 'CL':
raise IncorrectParametersException('Standings for CL - '
'Champions League not supported')
Expand Down

0 comments on commit 5e7e32e

Please sign in to comment.