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

Add check for status code before retrieving json data for get_scores function #32

Closed ueg1990 closed 8 years ago

ueg1990 commented 8 years ago

This is to add a check for the request made and also its consistent with the other functions.

Also there should be no conflict with the pull request from Carlos - Issue 30