mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Cleaner config format and added simple_config.yml example
This commit is contained in:
committed by
Chris Cummer
parent
948d5acb2a
commit
27a267b123
@@ -33,7 +33,7 @@ func (widget *Widget) Refresh() {
|
||||
return
|
||||
}
|
||||
|
||||
url, _ := Config.String("wtf.bamboohr.url")
|
||||
url, _ := Config.String("wtf.mods.bamboohr.url")
|
||||
|
||||
client := NewClient(url)
|
||||
todayItems := client.Away(
|
||||
|
||||
Reference in New Issue
Block a user