diff options
| author | Jeff Carr <[email protected]> | 2024-02-14 13:43:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-14 13:43:43 -0600 |
| commit | 61af996b847a339521ee7e9933cf04d59317668b (patch) | |
| tree | 7830736d6e53e1b77000cf29fee2864d2d7d22a6 /main.go | |
| parent | 55b175e2daee5bbaebf3fb58b8943aedfe2e9660 (diff) | |
update summary statistics
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
