changed to dict
This commit is contained in:
@@ -12,7 +12,6 @@ from src.exif_data import ExifData
|
||||
def sort_pictures(images:list, dst:str, logger:logging.Logger):
|
||||
image_total = len(images)
|
||||
image_counter = 0
|
||||
logging_infos = []
|
||||
progress_bar = ProgressBar(
|
||||
maxval=image_total,
|
||||
term_width=70
|
||||
|
||||
Reference in New Issue
Block a user