Skip to content

Commit

Permalink
Notice: Username and password not working
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Sep 1, 2020
1 parent 83ccd6a commit 29ab330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ from espn_api.football import League
# Basketball API
from espn_api.basketball import League
# Init
league = League(league_id=222, year=2019, username='username', password='password')
league = League(league_id=222, year=2019)
```
[For more usage and API details head over to the Wiki!](https://github.com/cwendt94/espn-api/wiki)

Expand Down

0 comments on commit 29ab330

Please sign in to comment.