Update server_profile.rs

changed the function in the update list handler
This commit is contained in:
michael-bailey 2020-09-27 08:49:44 +01:00 committed by michael bailey
parent f2c87bacb3
commit 8831413e00
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ impl Server {
running: false,
client_list_changed_handle: Box::new(|s| println!("client list: {:#?}", s.get_client_list()))
client_list_changed_handle: Box::new(|_s| println!("help"))
}
}