summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-14 13:43:43 -0600
committerJeff Carr <[email protected]>2024-02-14 13:43:43 -0600
commit61af996b847a339521ee7e9933cf04d59317668b (patch)
tree7830736d6e53e1b77000cf29fee2864d2d7d22a6 /main.go
parent55b175e2daee5bbaebf3fb58b8943aedfe2e9660 (diff)
update summary statistics
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