fix timer

This commit is contained in:
Bradley Cicenas 2019-05-22 17:39:37 +00:00
parent 0a5a4c9062
commit c8ac331652
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func ShowConnError(err error) (exit bool) {
ui.StopLoop()
})
ui.Handle("/timer/2s", func(ui.Event) {
ui.Handle("/timer/1s", func(ui.Event) {
_, err := cursor.RefreshContainers()
if err == nil {
ui.StopLoop()