summaryrefslogtreecommitdiffstats
path: root/photon/photon.go
diff options
context:
space:
mode:
Diffstat (limited to 'photon/photon.go')
-rw-r--r--photon/photon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/photon/photon.go b/photon/photon.go
index d75d369..3051db3 100644
--- a/photon/photon.go
+++ b/photon/photon.go
@@ -131,7 +131,7 @@ func Geocode(location string) ([]Coordinates, error) {
names[c.Name] = true
mCoords = append(mCoords, c)
- go nws.CacheWeather(c.Lat, c.Lng)
+ go nws.GetForecastBundle(c.Lat, c.Lng)
}
return mCoords, nil
}