hongtaocai / googlefinance

Python module to get real-time stock data from Google Finance API
MIT License
709 stars 172 forks source link

getNews module doesn't work. #18

Open MGIMM opened 8 years ago

MGIMM commented 8 years ago

please check line 41 of "init.py", indent issue.

cssidy commented 7 years ago

I ran into this issue also, using Python 3.5. I found that after I installed demjson and changed line 55 to

print("url: ", url)

it worked fine.