Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LimesKey committed Jun 26, 2024
1 parent ebc7d80 commit 58a6681
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions password-llm-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ lazy_static! {
lazy_static! {
static ref ROCKYOU_PATH: PathBuf = PathBuf::from("/var/cache/PasswordLLM");
}
// TODO: macos

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
Expand Down Expand Up @@ -68,7 +67,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
other => println!("\tPassword strength: {:?}", other),
}


if gpu_index.is_some() {
let total_seconds = evaluation_result.approximate_time_to_crack_secs.unwrap();
let seconds = total_seconds % 60;
Expand Down

0 comments on commit 58a6681

Please sign in to comment.