what to do now?
This commit is contained in:
parent
a7626674a7
commit
cfeede7012
5
main.go
5
main.go
|
@ -61,8 +61,7 @@ func main() {
|
||||||
|
|
||||||
// intermittently scans the status indefinitly
|
// intermittently scans the status indefinitly
|
||||||
me.repos.View.Watchdog(func() {
|
me.repos.View.Watchdog(func() {
|
||||||
log.Info("In main()")
|
log.Info("watchdog in autotypist main()")
|
||||||
// processing is done. update the repo summary box
|
log.Info("check for devel changes here")
|
||||||
// me.summary.Update()
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue