mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
Formatting
This commit is contained in:
@@ -30,7 +30,8 @@ class AssetsEngineSelector:
|
||||
)["assets"]
|
||||
clips: list = []
|
||||
for engine in self.ctx.assetsengine:
|
||||
assets_opts = [asset for asset in assets if asset["engine"] == engine.name]
|
||||
assets_opts = [asset["args"] for asset in assets_opts]
|
||||
assets_opts = [
|
||||
asset["args"] for asset in assets if asset["engine"] == engine.name
|
||||
]
|
||||
clips.extend(engine.get_assets(assets_opts))
|
||||
self.ctx.index_3.extend(clips)
|
||||
|
||||
Reference in New Issue
Block a user