mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2024-11-15 18:50:47 +00:00
add and control flow operator
This commit is contained in:
parent
86b84aeef9
commit
aeec0635ca
@ -21,8 +21,7 @@ module OBSWS
|
||||
port = kwargs[:port] || 4455
|
||||
@password = kwargs[:password] || ""
|
||||
@subs = kwargs[:subs] || 0
|
||||
setup_driver(host, port)
|
||||
start_driver
|
||||
setup_driver(host, port) and start_driver
|
||||
WaitUtil.wait_for_condition(
|
||||
"successful identification",
|
||||
delay_sec: 0.01,
|
||||
|
Loading…
Reference in New Issue
Block a user