Eliminate displaying multiple copies of previous neighbors (#1143)

This commit is contained in:
Tim Wilkinson 2024-03-31 14:18:38 -07:00 committed by GitHub
parent 145a2a38e8
commit dae38b1611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -927,6 +927,7 @@ do
host = host:gsub("^mid%d+%.", ""):gsub("^dtdlink%.", "")
end
if not cn[host:lower()] then
cn[host:lower()] = true
local row = "<tbody style='color:sienna;'><tr><td>" .. host .. "</td><td colspan=7></td><td style='text-align:left'>"
if age < 3600 then
local val = math.floor(age / 60)