architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 222 forks source link

Fixed a couple small bugs #108

Closed andyg7 closed 7 years ago

andyg7 commented 7 years ago

1) There's a small bug in the README. I believe the league code for the premiership is PL, not EPL

2) I found a bug in main.py. In the _get(url) function, req.status_codes should be req.status_code if I'm not mistaken.

Let me know if anything is unclear. Thanks!

dfrt82 commented 7 years ago

Thx for submitting.