Fix save button

This commit is contained in:
missionfloyd 2024-04-21 18:29:33 -06:00
parent e643abda93
commit dcb73d4373

View File

@ -113,7 +113,7 @@ def save_files(js_data, images, do_make_zip, index):
writer.writerow(fields)
for image_index, filedata in enumerate(images, start_index):
image = Image.open(filedata)
image = Image.open(filedata[0])
is_grid = image_index < p.index_of_first_image