Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 13, 2024
1 parent 6a982df commit 4b70b0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -1780,8 +1780,6 @@ def use_tqdm():
if remaining_retakes:
console.print(f"[red]The following images could not be retaken successfully: {remaining_retakes}[/red]")

console.print(f"[green]Successfully processed {len(valid_results)} screenshots in total.")

for image_path in valid_results:
img_dict = {
'img_url': image_path,
Expand Down

0 comments on commit 4b70b0f

Please sign in to comment.