mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-05-15 22:10:23 +01:00
fix type annotation
This commit is contained in:
parent
58429a1ccb
commit
ac1071caaf
@ -57,7 +57,7 @@ def _validate_scene_name_and_item_name(
|
||||
|
||||
|
||||
def _get_scene_name_and_item_id(
|
||||
ctx: typer.Context, scene_name: str, item_name: str, parent: bool = False
|
||||
ctx: typer.Context, scene_name: str, item_name: str, parent: str
|
||||
):
|
||||
if parent:
|
||||
resp = ctx.obj['obsws'].get_group_scene_item_list(parent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user