diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 16:36:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 16:36:34 -0600 |
| commit | 983517732d9f193771665d8191c58e47028c6670 (patch) | |
| tree | 44f7bf4e6cf51ed3f8a6460c9df83da0a61c1375 /main.go | |
| parent | 24c72570a54b7aef67494e8cacecb0a896b19886 (diff) | |
LinuxStatus() detects VALID hostname
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -153,8 +153,9 @@ func dnsTTL() { updateDNS() } +// run update on the LinuxStatus() window func linuxLoop() { - // me.IPv6.SetText(all) + me.statusOS.Update() if (me.statusOS.Changed()) { stamp := time.Now().Format("2006/01/02 15:04:05") |
