Made the temperature value integer.

This commit is contained in:
deepjyoti30
2020-05-15 23:15:58 +05:30
parent e73ecaab4a
commit 73ec55ac4c
2 changed files with 4 additions and 4 deletions

View File

@@ -35,9 +35,9 @@
"disableDate": false,
"disableSearchBar": false,
"disable24Hour": false,
"disableWeather": true,
"disableWeather": false,
"weatherConf": {
"location": "Pune India",
"unit": "fah"
"unit": "cel"
}
}