Removed time.Sleep statements in jobs

This commit is contained in:
2018-07-03 12:27:34 +09:00
parent bd6291290b
commit 21823890e0
10 changed files with 49 additions and 22 deletions

View File

@ -3,7 +3,6 @@ package main
import (
"fmt"
"sort"
"time"
"github.com/animenotifier/arn"
"github.com/fatih/color"
@ -41,6 +40,4 @@ func main() {
}
}
}
time.Sleep(1 * time.Second)
}