mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-01-12 00:47:48 +00:00
keep it consistent
This commit is contained in:
parent
add9743b00
commit
5355d29a31
@ -30,7 +30,7 @@ def list_(
|
|||||||
uuid: Annotated[bool, typer.Option(help='Show UUIDs of scene items')] = False,
|
uuid: Annotated[bool, typer.Option(help='Show UUIDs of scene items')] = False,
|
||||||
):
|
):
|
||||||
"""List all items in a scene."""
|
"""List all items in a scene."""
|
||||||
if not scene_name:
|
if scene_name is None:
|
||||||
scene_name = ctx.obj['obsws'].get_current_program_scene().scene_name
|
scene_name = ctx.obj['obsws'].get_current_program_scene().scene_name
|
||||||
|
|
||||||
resp = ctx.obj['obsws'].get_scene_item_list(scene_name)
|
resp = ctx.obj['obsws'].get_scene_item_list(scene_name)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user