Update async_worker.py

remove unused index
This commit is contained in:
ChrisColeTech 2024-08-19 20:20:37 -04:00
parent ec177f2ca3
commit ad18a93c8a
1 changed files with 1 additions and 1 deletions

View File

@ -1726,7 +1726,7 @@ def worker():
if 'bulk_enhance_files' in goals:
files = []
for file, index in async_task.bulk_enhance_file_explorer:
for file in async_task.bulk_enhance_file_explorer:
files.append(file.orig_name)
total_count = len(files)
loop_image_files(files, bulk_enhance_callback,