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