fixed notification on ip update

This commit is contained in:
Daniel Sommer 2023-10-20 17:04:01 +02:00
parent 9e9d9e3b0a
commit a7a1da3bcb

View file

@ -167,7 +167,7 @@ func updateDyndns() {
} else { } else {
msg = "dyndns was updated successfully" msg = "dyndns was updated successfully"
log.InfoTimed(msg, timestamp, "response: '"+strings.TrimSpace(string(bytes))+"'") 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.Priority = notifications.PRIORITY_MAX
notification.Emoji = "green_circle" notification.Emoji = "green_circle"
} }