diff --git a/src/main.rs b/src/main.rs index 6858ed4..894f1da 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ mod session; mod stats; mod utils; -#[tokio::main(flavor = "current_thread")] +#[tokio::main] async fn main() { if std::env::var("RUST_LOG").is_err() { #[cfg(debug_assertions)]