Add note about officially confirmed numbers vs estimated true numbers

main
nein.wtf 2022-05-05 09:18:25 +02:00
parent 32810f2369
commit 9fd8fdac31
2 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function format_int(number)
end
local deaths_yesterday = rows[1]["sum_deaths"] - rows[2]["sum_deaths"]
local description = format_int(rows[1]["sum_deaths"]) .. ' people died from Covid-19. ' .. format_int(deaths_yesterday) .. ' died within the last day. '
local description = 'More than ' .. format_int(rows[1]["sum_deaths"]) .. ' people died from Covid-19. ' .. format_int(deaths_yesterday) .. ' deaths have been confirmed within the last day. '
Write('<p>' .. description .. ' <span class="last-update">Last update: ' .. rows[1]["last_update"] .. ' UTC (<a href="https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data" target="_blank">Source</a>)</span></p>')
Write('<span class="count">')

BIN
redbean.com vendored

Binary file not shown.