diff --git a/cv b/cv index d6bc59d..cf124bc 100755 --- a/cv +++ b/cv @@ -56,6 +56,8 @@ frame(){ esac } result(){ + frame top + title "Queried at: $date" frame up frame table out Total cases @@ -102,21 +104,10 @@ then ydate=$(date -d "2 days ago" $dfmt) fi -frame top -title "Queried at: $date" if [ ! -z "$country" ] then - # This is to be phased out in favor of worldwide stats - # in the else statement. - if [ "$country" == "all" ] - then - endpoint=all - country=world - result - else - endpoint=countries/$country - result - fi + endpoint=countries/$country + result else endpoint=all country=world