From a7a1da3bcbf3abc3becd6e50698dbfc35d696d3d Mon Sep 17 00:00:00 2001 From: velvettear Date: Fri, 20 Oct 2023 17:04:01 +0200 Subject: [PATCH] fixed notification on ip update --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index 98e66bb..7695593 100644 --- a/client/client.go +++ b/client/client.go @@ -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" }