summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-26 16:49:56 -0500
committerJeff Carr <[email protected]>2023-03-26 16:49:56 -0500
commitc63132fd4a4b7559c17813368fd8f747045f194a (patch)
tree7baa1d30ec57cd303c71c577668eaeeb63425e4b /main.go
parent70a7ca6d75b0bffbd184b1780bca5a9b0db46c70 (diff)
trim linefeeds
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 57acc16..00f5a3b 100644
--- a/main.go
+++ b/main.go
@@ -86,7 +86,7 @@ func dnsTTL() {
log("my actual AAAA = ",s)
all += s + "\n"
}
- me.IPv6.SetText(all)
+ // me.IPv6.SetText(all)
if (me.changed) {
stamp := time.Now().Format("2006/01/02 15:04:05")