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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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) {