mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 05:53:32 +00:00
request and event data now returned as dataclasses
unit tests updated accordingly
This commit is contained in:
@@ -16,7 +16,7 @@ class Observer:
|
||||
|
||||
def on_current_program_scene_changed(self, data):
|
||||
"""The current program scene has changed."""
|
||||
print(f"{self.event_identifier}: {data}")
|
||||
print(f"{self.event_identifier}: {data.scene_name}")
|
||||
|
||||
|
||||
def version():
|
||||
|
||||
Reference in New Issue
Block a user