fixed notification on ip update
This commit is contained in:
parent
9e9d9e3b0a
commit
a7a1da3bcb
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ func updateDyndns() {
|
|||
} else {
|
||||
msg = "dyndns was updated successfully"
|
||||
log.InfoTimed(msg, timestamp, "response: '"+strings.TrimSpace(string(bytes))+"'")
|
||||
msg += "\n" + "ip-address: " + wanIp
|
||||
msg += "\n" + "ip-address: " + tmpIp
|
||||
notification.Priority = notifications.PRIORITY_MAX
|
||||
notification.Emoji = "green_circle"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue