1
0

fixed crashing when no config was found

This commit is contained in:
kolaente
2018-09-08 16:43:37 +02:00
parent 82c098aa0d
commit d48f3f9737
2 changed files with 1 additions and 4 deletions

View File

@ -42,7 +42,7 @@ func InitConfig() (err error) {
fmt.Println("Using defaults.")
}
return
return nil
}
func random(length int) (string, error) {