example now registeres on_exit_started

script will now end when OBS is closed

filter out all logs but `vban_cmd.iremote`

setup.py added
This commit is contained in:
2023-06-25 14:49:07 +01:00
parent 7a3abfc372
commit ca9a31c94a
3 changed files with 48 additions and 11 deletions

7
examples/obs/setup.py Normal file
View File

@@ -0,0 +1,7 @@
from setuptools import setup
setup(
name="obs",
description="OBS Example",
install_requires=["obsws-python"],
)