updated
This commit is contained in:
@@ -9,7 +9,8 @@ local function color(reactor)
|
||||
end
|
||||
|
||||
local function watch(reactor, monitor)
|
||||
print("Status: " .. getValue(reactor))
|
||||
local value = getValue(reactor)
|
||||
print("Status: " .. tostring(value))
|
||||
sleep(1)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user