This commit is contained in:
asonix 2022-11-19 23:44:35 -06:00
parent 9f6e0bc722
commit 7ec56d2af2

View file

@ -168,7 +168,7 @@ async fn do_client_main(config: Config, args: Args) -> Result<(), anyhow::Error>
stats.present();
}
return Ok(());
Ok(())
}
#[actix_rt::main]