hound fix

This commit is contained in:
Kayla Man 2023-06-21 18:28:29 +08:00
parent 8abfa57b1b
commit e2d35dedb9

View file

@ -79,7 +79,7 @@ class ExtractReviewAnimation(publish.Extractor):
]
for key in options:
enabled= instance.data.get(key)
enabled = instance.data.get(key)
if enabled:
job_args.append(f"{key}:{enabled}")
frame_option = f"outputAVI:false start:{start} end:{end} fps:{fps}" # noqa