removed log.panic

This commit is contained in:
BroodjeAap 2022-12-31 11:17:59 +00:00
parent de7bb7c57a
commit c0af47bef7

View file

@ -72,7 +72,7 @@ func (apprise *AppriseNotifier) Message(message string) bool {
}
jsn, err := json.Marshal(data)
if err != nil {
log.Panicln("Could not create JSON post data:", err)
log.Println("Could not create JSON post data:", err)
return false
}