Skip to content

Commit

Permalink
Dummy commit just to check if master passes actual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
soon committed Sep 27, 2017
1 parent eac67a4 commit a0b4cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas_datareader/google/daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class GoogleDailyReader(_DailyBaseReader):

@property
def url(self):
return 'http://finance.google.com/finance/historical'
# dummy commit just to check that the main code passes all tests
return 'http://www.google.com/finance/historical'

def _get_params(self, symbol):
params = {
Expand Down

0 comments on commit a0b4cf2

Please sign in to comment.