Arrange colsole print
This commit is contained in:
parent
5849f924e8
commit
3152d79e5c
|
|
@ -71,7 +71,7 @@ async fn initialize_webdriver() {
|
||||||
|
|
||||||
async fn future_setup() {
|
async fn future_setup() {
|
||||||
print!(">>> Check future setting...");
|
print!(">>> Check future setting...");
|
||||||
|
io::stdout().flush();
|
||||||
let client = ClientBuilder::new()
|
let client = ClientBuilder::new()
|
||||||
.timeout(tokio::time::Duration::from_millis(700))
|
.timeout(tokio::time::Duration::from_millis(700))
|
||||||
.build()
|
.build()
|
||||||
|
|
@ -86,8 +86,7 @@ async fn future_setup() {
|
||||||
|
|
||||||
set_position_mode(&client).await; // Default: One-way Mode
|
set_position_mode(&client).await; // Default: One-way Mode
|
||||||
set_asset_mode(&client).await; // Default: Single-Asset Mode
|
set_asset_mode(&client).await; // Default: Single-Asset Mode
|
||||||
print!("Ok");
|
println!("Ok");
|
||||||
io::stdout().flush();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn initialize_database() {
|
async fn initialize_database() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user