diff --git a/src/main.rs b/src/main.rs index e0f0234..4961c5c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -use std::{path::PathBuf, process::exit}; +use std::process::exit; use reqwest::Client; @@ -48,7 +48,6 @@ async fn main() { println!("{GREEN}TOS accepted{RESET}"); } config.set_tos(true).expect("Error saving config"); - exit(0); } config.check_tos();