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
|
||||
attr_reader :running
|
||||
|
||||
def initialize(**kwargs)
|
||||
@r_client = OBSWS::Requests::Client.new(**kwargs)
|
||||
@e_client = OBSWS::Events::Client.new(**kwargs)
|
||||
@@ -15,7 +13,7 @@ class Main
|
||||
end
|
||||
|
||||
def run
|
||||
sleep(0.1) while running
|
||||
sleep(0.1) while @running
|
||||
end
|
||||
|
||||
def infostring
|
||||
|
||||
Reference in New Issue
Block a user