chore: remove hardcoded ips for demo local deployment and work around logging issues with dynamic lib
All checks were successful
Run Check Script / check (pull_request) Successful in 1m8s
All checks were successful
Run Check Script / check (pull_request) Successful in 1m8s
This commit is contained in:
@@ -132,8 +132,9 @@ async fn init<T: Topology + Send + Sync + 'static>(
|
||||
|
||||
// if list option is specified, print filtered list and exit
|
||||
if args.list {
|
||||
println!("Available scores:");
|
||||
println!("{}", list_scores_with_index(&scores_vec));
|
||||
let num_scores = scores_vec.len();
|
||||
println!("Available scores {num_scores}:");
|
||||
println!("{}\n\n", list_scores_with_index(&scores_vec));
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user