mirror of https://github.com/aredn/aredn.git
Fix local variable in local neighbors
This commit is contained in:
parent
73d27f4d13
commit
2ce0e15083
|
@ -747,7 +747,7 @@ do
|
|||
row = row .. val .. " minutes ago"
|
||||
end
|
||||
else
|
||||
val = string.format("%.1f", age / 3600)
|
||||
local val = string.format("%.1f", age / 3600)
|
||||
if val == "1.0" then
|
||||
row = row .. "1 hour ago"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue