added emoji(s)
This commit is contained in:
parent
37785a23ac
commit
9e9d9e3b0a
2 changed files with 2 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -20,7 +20,7 @@
|
|||
"args": [
|
||||
"--client",
|
||||
"--yaml",
|
||||
"/home/velvettear/development/golang/godyn/client-config copy.yml"
|
||||
"/home/velvettear/public/godyn-client.yml"
|
||||
],
|
||||
},
|
||||
]
|
||||
|
|
|
@ -163,6 +163,7 @@ func updateDyndns() {
|
|||
} else if strings.Contains(body, "nochg") {
|
||||
msg = "dyndns was not updated because remote/wan ip did not change"
|
||||
log.WarningTimed(msg, timestamp, "response: '"+body+"'")
|
||||
notification.Emoji = "yellow_circle"
|
||||
} else {
|
||||
msg = "dyndns was updated successfully"
|
||||
log.InfoTimed(msg, timestamp, "response: '"+strings.TrimSpace(string(bytes))+"'")
|
||||
|
|
Loading…
Reference in a new issue