Skip to content

Commit

Permalink
More accurate information on already cached games
Browse files Browse the repository at this point in the history
  • Loading branch information
panzarino committed Jul 30, 2016
1 parent fff84fe commit b7e4aed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ mlbgame uses the same data that MLB GameDay uses,
and therefore is updated as soon as something happens in a game.

mlbgame currently comes pre-loaded with scoreboard information for every game
from 2012 to the end of the 2015 season,
but will be updated regularly during the season.
from 2012 to the end of the 2015 season.
Therefore, accessing this data does not actually make a request to mlb.com.

If you try to get data from a game that is not cached,
Expand Down
5 changes: 2 additions & 3 deletions description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ mlbgame works with real time data, getting information as games are being played
mlbgame uses the same data that MLB GameDay uses,
and therefore is updated as soon as something happens in a game.

mlbgame currently comes pre-loaded with every game
from 2012 to the end of the 2015 season,
but will be updated regularly during the season.
mlbgame currently comes pre-loaded with scoreboard information for every game
from 2012 to the end of the 2015 season.
Therefore, accessing this data does not actually make a request to mlb.com.

If you try to get data from a game that is not cached,
Expand Down
3 changes: 1 addition & 2 deletions mlbgame/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
and therefore is updated as soon as something happens in a game.
mlbgame currently comes pre-loaded with scoreboard information for every game
from 2012 to the end of the 2015 season,
but will be updated regularly during the season.
from 2012 to the end of the 2015 season.
Therefore, accessing this data does not actually make a request to mlb.com.
If you try to get data from a game that is not cached,
Expand Down

0 comments on commit b7e4aed

Please sign in to comment.