Skip to content

Commit

Permalink
Update buttons every 900ms
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Feb 23, 2020
1 parent d8ca427 commit bbaadba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func main() {
}
for {
select {
case <-time.After(500 * time.Millisecond):
case <-time.After(900 * time.Millisecond):
deck.updateWidgets()

case k, ok := <-kch:
Expand Down

0 comments on commit bbaadba

Please sign in to comment.