mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2026-04-07 13:43:30 +00:00
return raw message if raw.
patch bump
This commit is contained in:
@@ -74,7 +74,9 @@ class Client:
|
||||
self.obs.trigger(
|
||||
data["for"],
|
||||
data["type"],
|
||||
data if self._raw else as_dataclass(data["type"], *data["message"]),
|
||||
*data["message"]
|
||||
if self._raw
|
||||
else as_dataclass(data["type"], *data["message"]),
|
||||
)
|
||||
self.logger.debug(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user