Add note about officially confirmed numbers vs estimated true numbers
parent
32810f2369
commit
9fd8fdac31
|
@ -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">')
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue