Skip to content

Commit

Permalink
Merge pull request panzarino#53 from trevor-viljoen/bug/url_error
Browse files Browse the repository at this point in the history
Update to new domain
  • Loading branch information
panzarino authored Jan 18, 2018
2 parents 38525a4 + 3bfcb0f commit 86a0a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlbgame/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


# Templates For URLS
BASE_URL = ('http://gd2.mlb.com/components/game/mlb/'
BASE_URL = ('http://gd-terr-origin.mlb.com/components/game/mlb/'
'year_{0}/month_{1:02d}/day_{2:02d}/')
GAME_URL = BASE_URL + 'gid_{3}/{4}'
PROPERTY_URL = 'http://mlb.mlb.com/properties/mlb_properties.xml'
Expand Down

0 comments on commit 86a0a68

Please sign in to comment.