A lowercase f for the unit caused the weather segment to silently fail. Putting in a capital F works correctly

This commit is contained in:
Ryan Collins 2014-01-17 00:15:37 -05:00
parent 31f85800b6
commit 40fe3cf938
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ segments that you may want to customize right away:
"name": "weather",
"priority": 50,
"args": {
"unit": "f",
"unit": "F",
"location_query": "oslo, norway"
}
},