summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/watchdog.go b/watchdog.go
index 61c0247..af59439 100644
--- a/watchdog.go
+++ b/watchdog.go
@@ -23,6 +23,12 @@ func Watchdog() {
Config.rootNode.ListChildren(true)
}
}
+ if (i == 2) {
+ LoadPlugin("gocui")
+ }
+// if (i == 3) {
+// LoadPlugin("andlabs")
+// }
i += 1
time.Sleep(watchtime * time.Second / 10)
}