manipulator :(

This commit is contained in:
kepler155c@gmail.com
2018-12-02 15:11:10 -05:00
parent 4b229b868e
commit ef0cf88387

View File

@@ -21,11 +21,6 @@ function Storage:init(nodes)
Event.on({ 'device_attach', 'device_detach' }, function(e, dev)
_G._debug('%s: %s', e, tostring(dev))
if e == 'device_detach' then
if self.nodes[dev] then
self.nodes[dev].adapter = nil
end
end
self:initStorage()
end)
Event.onInterval(15, function()