what to do now?

This commit is contained in:
Jeff Carr 2024-02-23 14:23:28 -06:00
parent a7626674a7
commit cfeede7012
1 changed files with 2 additions and 3 deletions

View File

@ -61,8 +61,7 @@ func main() {
// intermittently scans the status indefinitly
me.repos.View.Watchdog(func() {
log.Info("In main()")
// processing is done. update the repo summary box
// me.summary.Update()
log.Info("watchdog in autotypist main()")
log.Info("check for devel changes here")
})
}