Skip to content

Commit

Permalink
chore: show number of found screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Noah committed Jul 10, 2024
1 parent 44c7f66 commit 200600e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ fn run() {

let screenshots = get_screenshots();

println!("Found {} screenshots", screenshots.len());

for screenshot in screenshots {
let game_id = screenshot.file_name().unwrap().to_string_lossy().split("_").next().unwrap().parse::<u64>().unwrap();

Expand Down

0 comments on commit 200600e

Please sign in to comment.