just cleaned up a mutable
This commit is contained in:
@@ -357,7 +357,7 @@ pub fn password_spray_help(project: &Project, season: String, lseason: String, y
|
||||
Err(_e) => println!("we need you to put in the minutes for the obervation window please!")
|
||||
}
|
||||
}
|
||||
let mut wait_dur = Duration::from_secs(wait_time);
|
||||
let wait_dur = Duration::from_secs(wait_time);
|
||||
let mut password_spray_file = project.notes_folder.clone();
|
||||
password_spray_file.push("password_spray.md");
|
||||
println!("{}", password_spray_file.display());
|
||||
|
||||
Reference in New Issue
Block a user