From 61af996b847a339521ee7e9933cf04d59317668b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 14 Feb 2024 13:43:43 -0600 Subject: update summary statistics --- main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.go') 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 -- cgit v1.2.3