Arrange colsole print

This commit is contained in:
Sik Yoon 2024-05-20 03:49:57 +09:00
parent 5849f924e8
commit 3152d79e5c

View File

@ -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() {