1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Closes #48. Update complex_config.yml to be accurate

This commit is contained in:
Chris Cummer
2018-05-23 17:52:27 -07:00
parent faf4bce756
commit 0cdd859aa7
2 changed files with 94 additions and 15 deletions

View File

@@ -135,7 +135,7 @@ func (widget *Widget) currentWeather(apiKey string, cityCode int) (*owm.CurrentW
}
func (widget *Widget) defaultCityCodes() []interface{} {
defaultArr := []int{6176823, 360630, 3413829}
defaultArr := []int{3370352}
var defaults = make([]interface{}, len(defaultArr))
for i, d := range defaultArr {