mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-08 01:33:30 +00:00
EventsClient renamed to EventClient
remove getter, setter for send. add persistend data unit test add hotkey example default event sub now 0. explicitly define subs in event class. now subs can be set as kwarg
This commit is contained in:
@@ -33,7 +33,7 @@ class Observer:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
cl = obs.EventsClient()
|
||||
cl = obs.EventClient()
|
||||
observer = Observer(cl)
|
||||
|
||||
while cmd := input("<Enter> to exit\n"):
|
||||
|
||||
Reference in New Issue
Block a user