fix neural autorun

This commit is contained in:
kepler155c
2018-11-06 17:28:41 -05:00
parent 01452ced72
commit 3098cd86bf
2 changed files with 6 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ local ct = os.clock()
for _, adapter in self:onlineAdapters() do
if adapter.dirty then
_debug('STORAGE: refresh: ' .. adapter.name)
--_debug('STORAGE: refresh: ' .. adapter.name)
adapter:listItems(throttle)
adapter.dirty = false
end