Now it actually loads the config file

This commit is contained in:
Sasha Koshka 2022-11-27 10:52:02 -05:00
parent 57b6bd2f8d
commit f0f23bbb26
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ func main () {
}
func onStart () {
browserConfig.Load("skipper")
location, _ := url.Parse(browserConfig.Parameters["homePage"].(string))
go fetch(location)
}