Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Typo in yahoo_stockquote.rb #17

Open
rmueck opened this issue Dec 23, 2016 · 0 comments
Open

Typo in yahoo_stockquote.rb #17

rmueck opened this issue Dec 23, 2016 · 0 comments

Comments

@rmueck
Copy link

rmueck commented Dec 23, 2016

Hello,

i found there is a little typo in yahoo_stockquote.rb

response = http.request(Net::HTTP::Get.new("/d/quotes.csv?fb=nsac1&s=#{s}"))

should be

response = http.request(Net::HTTP::Get.new("/d/quotes.csv?f=nsac1&s=#{s}"))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant