Update STEMtv base URL.

This commit is contained in:
Patrick Fairbank
2017-09-23 21:22:49 -07:00
parent 2bc0095226
commit 1c9173eb89

View File

@@ -18,7 +18,7 @@ type StemTvClient struct {
}
const (
stemTvBaseUrl = "http://stemtv.io"
stemTvBaseUrl = "http://52.21.72.74:5000"
preMatchPaddingSec = 5
postScoreDisplayPaddingSec = 10
)