mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2025-01-18 04:00:48 +00:00
fixes attribute error
This commit is contained in:
parent
5b4f3753db
commit
af3d4fcada
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2023-present onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = '1.0.3'
|
||||
__version__ = '1.0.4'
|
||||
|
@ -53,7 +53,7 @@ class OBSWS(ILayer):
|
||||
self.logger.error(f'{type(e).__name__}: {e}')
|
||||
raise
|
||||
|
||||
def obs_disconnect(self):
|
||||
def disconnect(self):
|
||||
for client in (self.request, self.event):
|
||||
if client:
|
||||
client.disconnect()
|
||||
|
@ -32,7 +32,7 @@ dependencies = [
|
||||
"xair-api>=2.4.1",
|
||||
"slobs_websocket@git+https://git@github.com/onyx-and-iris/slobs_websocket@v0.1.4#egg=slobs_websocket",
|
||||
"obsws-python>=1.7.0",
|
||||
"vban-cmd>=2.5.0",
|
||||
"vban-cmd>=2.5.1",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
Loading…
Reference in New Issue
Block a user