Bug fix - worker was only taking one item and terminating after

This commit is contained in:
Jacob Zelek
2020-12-17 06:28:48 -08:00
parent 7a0cf18c94
commit 8d1223b646

View File

@@ -93,6 +93,7 @@ def generate_video_thumbnails(args):
def worker(queue):
while True:
work_unit = queue.get()
# If no work unit then quit