Now it actually loads the config file
This commit is contained in:
parent
57b6bd2f8d
commit
f0f23bbb26
1
main.go
1
main.go
@ -103,6 +103,7 @@ func main () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func onStart () {
|
func onStart () {
|
||||||
|
browserConfig.Load("skipper")
|
||||||
location, _ := url.Parse(browserConfig.Parameters["homePage"].(string))
|
location, _ := url.Parse(browserConfig.Parameters["homePage"].(string))
|
||||||
go fetch(location)
|
go fetch(location)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user