Merge pull request #8 from onyx-and-iris/main

return response field for stop_record
This commit is contained in:
Adem 2022-09-13 01:30:00 +03:00 committed by GitHub
commit b039d26114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1659,7 +1659,7 @@ class ReqClient:
"""
self.send("StopRecord")
return self.send("StopRecord")
def toggle_record_pause(self):
"""

View File

@ -5,7 +5,7 @@ from setuptools import find_packages, setup
HERE = pathlib.Path(__file__).parent
VERSION = "1.0.4"
VERSION = "1.0.5"
PACKAGE_NAME = "obsws-python"
AUTHOR = "Adem Atikturk"
AUTHOR_EMAIL = "aatikturk@gmail.com"