Merge pull request #751 from mrrcollins/rc

A lowercase f for the unit caused the weather segment to silently fail. ...
This commit is contained in:
ZyX-I 2014-01-17 08:56:20 -08:00
commit b531ffa2b3
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", "name": "weather",
"priority": 50, "priority": 50,
"args": { "args": {
"unit": "f", "unit": "F",
"location_query": "oslo, norway" "location_query": "oslo, norway"
} }
}, },