Skip to content

Commit

Permalink
Merge branch 'main' into barebones
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Sep 24, 2024
2 parents c8e2478 + b622d0f commit 4460fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dashboard_defs/weather.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ pub fn make_weather_window(

const UPDATE_RATE_SECS: Seconds = 60.0 * 10.0; // Once every 10 minutes

// TODO: put the weather changes into the shared state, for proper on-screen error reporting; or remove all of the shared state somehow
let weather_update_rate = update_rate_creator.new_instance(UPDATE_RATE_SECS);

let request_url = request::build_url("https://api.tomorrow.io/v4/timelines",
Expand Down

0 comments on commit 4460fbf

Please sign in to comment.