Add vaccination percentages

This commit is contained in:
Michael De Roover 2021-04-27 16:21:26 +02:00
parent 7ce581042a
commit 10aca8e816
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -139,8 +139,8 @@ cv(){
<b>Population:</b> $(div ${cv[15]})
<b>Vaccination stats:</b>
<b>Total people:</b> $(div ${vac[2]})
<b>Fully vaccinated:</b> $(div ${vac[3]})
<b>Total coverage:</b> $(div ${vac[2]}) ($(pct 100 ${vac[2]} ${cv[15]}))
<b>Fully vaccinated:</b> $(div ${vac[3]}) ($(pct 100 ${vac[3]} ${cv[15]}))
<b>Last update:</b> ${vac[0]}
Queried at $(date +'%Y-%m-%d %H:%M %Z').