move identified before start_driver

This commit is contained in:
onyx-and-iris 2023-08-17 16:28:43 +01:00
parent 2e0e584d3a
commit 662f14282f

View File

@ -29,8 +29,8 @@ module OBSWS
port = kwargs[:port] || 4455
@password = kwargs[:password] || ""
@subs = kwargs[:subs] || 0
setup_driver(host, port) and start_driver
@identified = Identified.new
setup_driver(host, port) and start_driver
WaitUtil.wait_for_condition(
"successful identification",
delay_sec: 0.01,