1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
This commit is contained in:
Chris Cummer
2018-07-11 17:47:05 -07:00
9 changed files with 147 additions and 25 deletions

View File

@@ -48,7 +48,7 @@ func NewWidget(app *tview.Application, pages *tview.Pages) *Widget {
}
if widget.APIKey == "" {
logger.Log("loading weather WTF_OWM_API_KEY key from config")
logger.Log("loading weather API key from config")
widget.APIKey = wtf.Config.UString(fmt.Sprintf("wtf.mods.%s.apiKey", configKey), "")
}