More worker cleanups and improvements

This commit is contained in:
Brett Williams
2022-10-31 00:03:27 -07:00
parent a36f6d3128
commit b244a258e2
4 changed files with 30 additions and 29 deletions

View File

@@ -57,7 +57,7 @@ class FFMPEGRenderWorker(BaseRenderWorker):
if found:
stats = found.groupdict()
self.current_frame = stats['current_frame']
self.time_elapsed = stats['time_elapsed']
time_elapsed = stats['time_elapsed']
elif "not found" in line:
self.errors.append(line)