milo: reduce modem traffic

This commit is contained in:
kepler155c
2018-11-25 12:40:21 -05:00
parent bf4f45f5e5
commit c24def5d2e

View File

@@ -424,6 +424,7 @@ function page:expandList(list)
local item = splitKey(k)
item.count, item.displayName = v:match('(%d+):(.+)')
item.count = tonumber(item.count) or 0
item.lname = item.displayName:lower()
t[k] = item
end
return t