summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 15:03:35 -0600
committerJeff Carr <[email protected]>2024-02-05 15:03:35 -0600
commit6b8ff221a8ee69f1679294d1a328deb85adc0b55 (patch)
tree29d43bf8edfa7b6e4202c6e15883a577810e0449 /main.go
parent6454e540d0ac2098606edc1029deaeb1a74bac1b (diff)
need to implement heartbeatv0.20.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index dbbf258..60760d0 100644
--- a/main.go
+++ b/main.go
@@ -140,6 +140,8 @@ func gocuiMain() {
// attempt to switch to the nocui toolkit
log.Sleep(1)
me.myTree.SendToolkitLoad("nocui")
+ log.Sleep(3)
+ me.myTree.SendToolkitLoad("nocui")
// panic("BUMMER")
return
}