diff --git a/src/main.rs b/src/main.rs index c84eca1..5c5ccee 100644 --- a/src/main.rs +++ b/src/main.rs @@ -121,7 +121,7 @@ fn get_full_text(chapter_url: &String)->String{ } pub fn open_bat() -> Result { - Command::new("bat").arg("-p").arg("--paging").arg("always").arg("/tmp/log_e").spawn()?.wait() + Command::new("bat").arg("--paging").arg("always").arg("/tmp/log_e").spawn()?.wait() } //gets the full html of the page