Skip to content

Commit

Permalink
Add info about which films are still processed
Browse files Browse the repository at this point in the history
  • Loading branch information
booxter committed Dec 6, 2024
1 parent 40dbd95 commit 6173e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/letsrolld/cmd/fetch_directors.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_directors_by_films(film_list):
sys.stdout.flush()
time.sleep(_SEC_WAIT_ON_FAIL)
continue
print(f"Processed {i + 1}/{len(film_list)} films")
print(f"Processed {i + 1}/{len(film_list)} films: {film_.name} ({film_.year})")
sys.stdout.flush()


Expand Down

0 comments on commit 6173e69

Please sign in to comment.