Fix UV index maps base URL

The typo was introduced in commit d432bb4.
This commit is contained in:
Paul van Tilburg 2022-02-13 16:55:20 +01:00
parent f6b26c9659
commit 576bcc6640
Signed by untrusted user: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const PRECIPITATION_INTERVAL: Duration = Duration::from_secs(300);
/// The base URL for retrieving the UV index maps from Buienradar.
const UVI_BASE_URL: &str = "https://image.buienradar.nl/2.0/image/sprite/WeatherMapUVIndexNL\
?width=820&height=988extension=png&&renderBackground=False&renderBranding=False\
?width=820&height=988&extension=png&&renderBackground=False&renderBranding=False\
&renderText=False&history=0&forecast=5&skip=0";
/// The interval for retrieving UV index maps.