@ -24,7 +24,7 @@ func (weather *Weather) GetOutput() []string {
parts := strings.Split(weather.lastResponse, "\n")
if len(parts) > 6 {
return parts[:len(parts)-5]
return parts[:37]
}
return []string{}