mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-06-27 09:50:23 +01:00
debug should be a hidden option
patch bump
This commit is contained in:
parent
68041f1406
commit
0814678278
@ -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 = [
|
||||
|
@ -51,6 +51,7 @@ class SimpleRecorder(Command):
|
||||
default=False,
|
||||
env="DEBUG",
|
||||
help="Enable debug logging",
|
||||
hidden=True,
|
||||
)
|
||||
|
||||
@override
|
||||
|
Loading…
x
Reference in New Issue
Block a user