diff --git a/src/server/WeatherStruct.go b/src/server/WeatherStruct.go index 7f143f9..fa863ff 100644 --- a/src/server/WeatherStruct.go +++ b/src/server/WeatherStruct.go @@ -15,6 +15,6 @@ type Weather struct { Clouds int `json:"clouds"` - Rain int `json:"rain"` - Snow int `json:"snow"` + Rain int `json:"rain"` + Snow float32 `json:"snow"` }