mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2026-04-13 11:23:31 +00:00
remove running reader method
This commit is contained in:
@@ -3,8 +3,6 @@ require "yaml"
|
|||||||
|
|
||||||
|
|
||||||
class Main
|
class Main
|
||||||
attr_reader :running
|
|
||||||
|
|
||||||
def initialize(**kwargs)
|
def initialize(**kwargs)
|
||||||
@r_client = OBSWS::Requests::Client.new(**kwargs)
|
@r_client = OBSWS::Requests::Client.new(**kwargs)
|
||||||
@e_client = OBSWS::Events::Client.new(**kwargs)
|
@e_client = OBSWS::Events::Client.new(**kwargs)
|
||||||
@@ -15,7 +13,7 @@ class Main
|
|||||||
end
|
end
|
||||||
|
|
||||||
def run
|
def run
|
||||||
sleep(0.1) while running
|
sleep(0.1) while @running
|
||||||
end
|
end
|
||||||
|
|
||||||
def infostring
|
def infostring
|
||||||
|
|||||||
Reference in New Issue
Block a user