mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
More worker cleanups and improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user