summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index a423f21..63cce0f 100644
--- a/main.go
+++ b/main.go
@@ -150,7 +150,7 @@ func NewWeather(point *nws.NWSPoint, f, fh *nws.NWSForecast) (*Weather, error) {
// build timeline.
periods := []WeatherPeriod{}
- max := 12
+ max := 6
for i, period := range fh.Properties.Periods {
if i%2 != 0 {
continue // take every other period