refactor: tqdm unit

This commit is contained in:
Kevin Restaino
2024-01-09 13:30:19 -05:00
parent 147e9fb4b8
commit ddaf54fac8
+1 -1
View File
@@ -437,7 +437,7 @@ else:
logging.info(f"Total artists to process: {LIGHT_GREEN}{total_count}{RESET}")
for index, ARTIST_ENTRY in tqdm(
enumerate(data_slice), total=total_count, leave=False
enumerate(data_slice), total=total_count, leave=False, unit="artist"
):
ARTIST_ID, ARTIST_NAME = ARTIST_ENTRY