Compare commits

...
1 Commits
Author SHA1 Message Date
onyx_online 70207c98a0 fix replaybuffer docstring
patch bump
2026-03-28 22:22:07 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
#
# SPDX-License-Identifier: MIT
__version__ = '0.24.9'
__version__ = '0.24.10'
+1 -1
View File
@@ -9,7 +9,7 @@ app = typer.Typer()
@app.callback()
def main():
"""Control profiles in OBS."""
"""Control the replay buffer in OBS."""
@app.command('start')