write stream not in progress status to stdout

patch bump
This commit is contained in:
onyx-and-iris 2025-05-28 14:27:25 +01:00
parent 704c8c1bf4
commit 49f918db00
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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.')