mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-05-15 14:10:22 +01:00
fixes AttributeError
release bump
This commit is contained in:
parent
e8b699cba6
commit
34fbc77182
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.10.3a0"
|
||||
__version__ = "0.10.3"
|
||||
|
@ -51,9 +51,9 @@ def toggle(ctx: typer.Context):
|
||||
"""Toggle recording."""
|
||||
resp = ctx.obj.toggle_record()
|
||||
if resp.output_active:
|
||||
type.echo('Recording started successfully.')
|
||||
typer.echo('Recording started successfully.')
|
||||
else:
|
||||
type.echo('Recording stopped successfully.')
|
||||
typer.echo('Recording stopped successfully.')
|
||||
|
||||
|
||||
@app.command('status | ss')
|
||||
|
@ -23,7 +23,7 @@ classifiers = [
|
||||
]
|
||||
dependencies = [
|
||||
"typer>=0.15.2",
|
||||
"obsws-python>=1.7.1",
|
||||
"obsws-python>=1.7.2",
|
||||
"pydantic-settings>=2.9.1",
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user