Skip to content

Commit

Permalink
Fix typo oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Apr 25, 2024
1 parent 9edf22a commit b1c8b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/weather.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub(crate) fn get_weather(db: &mut PickleDb, force_refresh: bool) -> Result<Stri

let weather_info = agent
.get(&format!(
"https://wttr.in/{}?u&qqformat=+%C+%c+%t+feels+like+%f+Rainfall:+%p",
"https://wttr.in/{}?u&format=+%C+%c+%t+feels+like+%f+Rainfall:+%p",
specific_location
))
.timeout(Duration::from_secs(10))
Expand Down

0 comments on commit b1c8b1b

Please sign in to comment.