mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-07-26 22:51:47 +00:00
fixes missing argument
This commit is contained in:
parent
98e0d98cc7
commit
f882302d16
@ -168,5 +168,5 @@ def chapter(
|
|||||||
|
|
||||||
ctx.obj['obsws'].create_record_chapter(chapter_name)
|
ctx.obj['obsws'].create_record_chapter(chapter_name)
|
||||||
console.out.print(
|
console.out.print(
|
||||||
f'Chapter {console.highlight(chapter_name or "unnamed")} created successfully.'
|
f'Chapter {console.highlight(ctx, chapter_name or "unnamed")} created successfully.'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user