Compare commits

...

1 Commits

Author SHA1 Message Date
70207c98a0 fix replaybuffer docstring
patch bump
2026-03-28 22:22:07 +00:00
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-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
__version__ = '0.24.9' __version__ = '0.24.10'

View File

@ -9,7 +9,7 @@ app = typer.Typer()
@app.callback() @app.callback()
def main(): def main():
"""Control profiles in OBS.""" """Control the replay buffer in OBS."""
@app.command('start') @app.command('start')