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 1c83220..e63d43d 100644
--- a/main.go
+++ b/main.go
@@ -50,6 +50,9 @@ func main() {
}
me.Enable()
+ // processing is done. update the repo summary box
+ me.summary.Update()
+
// scan repos every 30 seconds
// check every second for the checkbox changing
var i int = 60