modify logging config to filter out logs

script now ends when OBS is closed.
This commit is contained in:
2023-06-23 17:44:51 +01:00
parent 1ee0fc5f06
commit b81c4c4b97
3 changed files with 48 additions and 13 deletions

View File

@@ -3,5 +3,5 @@ from setuptools import setup
setup(
name="obs",
description="OBS Example",
install_requires=["voicemeeter-api", "obsws-python"],
install_requires=["obsws-python"],
)