Update cnn_market.go

using https instead of http just as is the case with Yahoo!
master
Brandon Lee Camilleri 5 years ago committed by GitHub
parent 81bb8acc86
commit 2f5cbfd70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cnn_market.go

@ -13,7 +13,7 @@ import (
`strings`
)
const marketURL = `http://money.cnn.com/data/markets/`
const marketURL = `https://money.cnn.com/data/markets/`
// Market stores current market information displayed in the top three lines of
// the screen. The market data is fetched and parsed from the HTML page above.

Loading…
Cancel
Save