fix weather

This commit is contained in:
lelgenio 2019-10-17 00:44:35 -03:00
parent 88a0979562
commit 5d789b25d1
2 changed files with 4 additions and 1 deletions

View File

@ -12,5 +12,8 @@
},{
"key": "ctrl+b",
"command":"workbench.action.toggleSidebarVisibility"
},{
"key": "ctrl+n",
"command":"notifications.clearAll"
}
]

View File

@ -8,7 +8,7 @@ OUTPUT=$(http get http://api.openweathermap.org/data/2.5/weather\?APPID\=${APPID
# echo $APPID
# echo $OUTPUT
if [ $? ]
if [ $? -ne 0 ]
then
exit 1
fi