Skip to content

Commit

Permalink
Update metadata-extractor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Oct 23, 2024
1 parent 2bb25e8 commit b04ee18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kometa/metadata-extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,5 +547,5 @@ def get_episode_info(episode):
plogger(progress_str, 'info', 'a')

end = timer()
elapsed = end - start
print(f"{os.linesep}{os.linesep}processed {item_count - 1} items in {"{:.2f}".format(elapsed)} seconds.")
elapsed = "{:.2f}".format(end - start)
print(f"{os.linesep}{os.linesep}processed {item_count - 1} items in {elapsed} seconds.")

0 comments on commit b04ee18

Please sign in to comment.