mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-09-04 19:39:14 +00:00
fix argument name
This commit is contained in:
parent
2a47cc1b32
commit
f3e151400f
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class AutoDirectMixin:
|
|||
name="set_scene_intention",
|
||||
arguments=[
|
||||
focal.Argument(name="type", type="str"),
|
||||
focal.Argument(name="intentention", type="str"),
|
||||
focal.Argument(name="intention", type="str"),
|
||||
],
|
||||
fn=set_scene_intention,
|
||||
multiple=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue