diff --git a/index.lua b/index.lua index e8c4efa..943676a 100644 --- a/index.lua +++ b/index.lua @@ -62,7 +62,7 @@ Write('

' .. description .. ' Last update: ' .. rows Write('') for i=1,rows[1]["sum_deaths"] do Write('•') - if i > 0 and i < rows[1]["sum_deaths"] and i % 100 == 0 then + if i < rows[1]["sum_deaths"] and i % 100 == 0 then Write('') end end diff --git a/redbean.com b/redbean.com index 95b544e..9ce74a7 100755 Binary files a/redbean.com and b/redbean.com differ