@@ -15,7 +15,7 @@ func getConfigFromEnv(string item) {
if value == "" {
value = "ADDRESS,INITIALCOST,MONTHLYCOST"
}
configarr = strings.Split(value, ',')
configarr = strings.Split(value, ",")
if len(configarr) < 3 {
logit("CONFIG_ENVVAR has less than 3 elements")
The note is not visible to the blocked user.