Parse country from API for new stats

This commit is contained in:
2020-08-20 23:51:09 +02:00
parent 8e101a2413
commit 9c537e4ee8

2
cv
View File

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