token is now required

patch bump
This commit is contained in:
2025-06-10 22:53:14 +01:00
parent 6985ad84d1
commit e4353d7626
3 changed files with 6 additions and 6 deletions

View File

@@ -28,12 +28,11 @@ from pyslobs import ConnectionConfig, SlobsConnection
help="The token for the SLOBS server.",
envvar="SLOBS_TOKEN",
show_envvar=True,
required=True,
)
@click.pass_context
async def cli(ctx: click.Context, domain: str, port: int, token: str | None):
"""
Command line interface for SLOBS.
"""
"""Command line interface for Streamlabs Desktop."""
ctx.ensure_object(dict)
config = ConnectionConfig(
domain=domain,