This commit is contained in:
AlteredCoder 2020-05-22 18:29:13 +02:00
parent ccb4b65db9
commit ae191f3426

View file

@ -58,6 +58,8 @@ func initConfig() {
cwhub.Cfgdir = config.configFolder
cwhub.Hubdir = config.hubFolder
config.configured = true
log.Infof("CONFIG : %+v\n", config)
log.Infof("CSCFONg : %+v \n", csConfig)
}
func main() {