drop extra sleep

This commit is contained in:
sq 2021-05-26 11:26:45 -04:00
parent a75d123d3a
commit 1dfaf1fe20
No known key found for this signature in database
GPG Key ID: 7AF3499CBA8E6251
2 changed files with 1 additions and 1 deletions

2
tui.go

@ -203,7 +203,7 @@ func runUpdaterProcess() tea.Msg {
select {
case dev, ok := <- projVars.DiscoveredDeviceChan:
if ok {
time.Sleep( 1 * time.Second)
//time.Sleep( 1 * time.Second)
return dev
} else {
time.Sleep( 1 * time.Second)