Parse country from API for new stats

This commit is contained in:
Michael De Roover 2020-08-20 23:51:09 +02:00
parent 8e101a2413
commit 9c537e4ee8
Signed by: vim
GPG Key ID: 075496E232CE04CB
1 changed files with 1 additions and 1 deletions

2
cv
View File

@ -81,7 +81,7 @@ result(){
frame line
if [ ! -f $data/$ydate-$country ]
then
title "Stats for $country appear new."
title "Stats for $(get country) appear new."
fi
if [ $(get todayCases) == "0" ]
then