diff --git a/rusty_hub_egui/src/hub_client.rs b/rusty_hub_egui/src/hub_client.rs index f0a85cc..1a776eb 100644 --- a/rusty_hub_egui/src/hub_client.rs +++ b/rusty_hub_egui/src/hub_client.rs @@ -22,7 +22,7 @@ impl HubClient { let hub = if hub_option.is_ok() { let mut h: Hub = hub_option.unwrap(); - h.update_projects_info(); + h.update_data(); h } else { Hub::default()