This change allows to call wttr.in/Moon

This commit is contained in:
Alex Epstein 2017-06-28 14:53:32 -04:00
parent 5f279a63a6
commit 23b6f98c7d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ getIPWeather()
getLocationWeather()
{
curl $locale.wttr.in/$1,$2,$3,$4
curl $locale.wttr.in/$1+$2+$3+$4
}
checkInternet()