summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7b2ec0f..1c2d8da 100644
--- a/main.go
+++ b/main.go
@@ -122,6 +122,9 @@ func main() {
me.statusOS.SetSpeedActual(s)
})
+ // show internal gui toolkit stats
+ go gui.Watchdog()
+
// check the four known things to see if they are all WORKING
myTicker(10*time.Second, "MAIN LOOP", func() {
var working bool = true