1 Commits

Author SHA1 Message Date
0814678278 debug should be a hidden option
patch bump
2025-06-26 14:38:53 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "simple-recorder"
version = "0.1.6"
version = "0.1.7"
description = "A simple OBS recorder"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
dependencies = [

View File

@@ -51,6 +51,7 @@ class SimpleRecorder(Command):
default=False,
env="DEBUG",
help="Enable debug logging",
hidden=True,
)
@override