Minor change
This commit is contained in:
parent
cf00461feb
commit
2de358c843
@ -10,6 +10,7 @@ import (
|
||||
|
||||
func main() {
|
||||
color.Yellow("Refreshing anime characters...")
|
||||
defer arn.Node.Close()
|
||||
|
||||
allAnime, _ := arn.AllAnime()
|
||||
rateLimiter := time.NewTicker(500 * time.Millisecond)
|
||||
|
@ -17,6 +17,8 @@ var ticker = time.NewTicker(50 * time.Millisecond)
|
||||
|
||||
func main() {
|
||||
color.Yellow("Downloading anime images")
|
||||
defer arn.Node.Close()
|
||||
|
||||
jobs := jobqueue.New(work)
|
||||
allAnime, _ := arn.AllAnime()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user