diff --git a/src/talking-clock b/src/talking-clock index 85a2266..9e1adc4 100755 --- a/src/talking-clock +++ b/src/talking-clock @@ -360,9 +360,9 @@ if [ "$speakTime" == "true" ] ; then #Add temperature if zipcode is set if [ -n "$zipcode" ] ; then if [ "$torify" == "true" ] ; then - temperature="$(torify curl -s "http://wttr.in/$zipcode?T" | grep -m 1 -Eo -e '-?[[:digit:]].*[CF]' | cut -d ' ' -f1 | sed 's/.*-//')" + temperature="$(torify curl -s "http://wttr.in/$zipcode?T0" | grep -m 1 -Eo -e '-?[[:digit:]].*[CF]' | cut -d ' ' -f1 | sed 's/.*-//')" else - temperature="$(curl -s "http://wttr.in/$zipcode?T" | grep -m 1 -Eo -e '-?[[:digit:]].*[CF]' | cut -d ' ' -f1 | sed 's/.*-//')" + temperature="$(curl -s "http://wttr.in/$zipcode?T0" | grep -m 1 -Eo -e '-?[[:digit:]].*[CF]' | cut -d ' ' -f1 | sed 's/.*-//')" fi if [ -n "$temperature" ] ; then if [ "$format" = "24" ]; then