mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-07 12:10:32 +01:00
write stream not in progress status to stdout
patch bump
This commit is contained in:
parent
704c8c1bf4
commit
49f918db00
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.14.0"
|
||||
__version__ = "0.14.1"
|
||||
|
@ -80,4 +80,4 @@ def status(ctx: typer.Context):
|
||||
else:
|
||||
out_console.print('Streaming is in progress.')
|
||||
else:
|
||||
err_console.print('Streaming is not in progress.')
|
||||
out_console.print('Streaming is not in progress.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user