mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 12:50:32 +00:00
removed comment
This commit is contained in:
@@ -48,7 +48,6 @@ pub fn chapter_selector(ln_url: &str, mut selected_page: u32) -> (String, u32) {
|
||||
println!("{}", "Invalid chapter number".red());
|
||||
continue;
|
||||
}
|
||||
//let chapter_number = chapter_number.parse::<usize>().unwrap();
|
||||
let chapter_url = &ln_chapters_urls[chapter_number_int as usize];
|
||||
let chapter_url = chapter_url.trim().to_string();
|
||||
return (chapter_url, selected_page);
|
||||
|
||||
Reference in New Issue
Block a user