diff --git a/src/main.rs b/src/main.rs index 2123613..7b50b16 100755 --- a/src/main.rs +++ b/src/main.rs @@ -34,7 +34,7 @@ async fn run(params: &Params) -> Result { Weather::get_dates(¶ms.historical_weather, loc.lat, loc.lon, ¶ms.config.units).await?; Ok(Product { - address: loc.name.to_string(), + address: loc.name, weather, historical_weather, })