removed log.panic
This commit is contained in:
parent
de7bb7c57a
commit
c0af47bef7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func (apprise *AppriseNotifier) Message(message string) bool {
|
||||||
}
|
}
|
||||||
jsn, err := json.Marshal(data)
|
jsn, err := json.Marshal(data)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Panicln("Could not create JSON post data:", err)
|
log.Println("Could not create JSON post data:", err)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue