Parse country from API for new stats
This commit is contained in:
2
cv
2
cv
@@ -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
|
||||||
|
Reference in New Issue
Block a user