From b7e4aed345949b9260a873c65edd410442be9807 Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Sat, 30 Jul 2016 17:38:58 +0000 Subject: [PATCH] More accurate information on already cached games --- README.md | 3 +-- description.rst | 5 ++--- mlbgame/__init__.py | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2bccf85..3ac7fb1 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/description.rst b/description.rst index c92fa7a..21c665b 100644 --- a/description.rst +++ b/description.rst @@ -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, diff --git a/mlbgame/__init__.py b/mlbgame/__init__.py index 456409f..5906a3b 100644 --- a/mlbgame/__init__.py +++ b/mlbgame/__init__.py @@ -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,