Fixed jobs and patches not building
This commit is contained in:
@ -12,10 +12,9 @@ func main() {
|
||||
color.Yellow("Refreshing anime characters...")
|
||||
defer arn.Node.Close()
|
||||
|
||||
allAnime, _ := arn.AllAnime()
|
||||
rateLimiter := time.NewTicker(500 * time.Millisecond)
|
||||
|
||||
for _, anime := range allAnime {
|
||||
for anime := range arn.StreamAnime() {
|
||||
<-rateLimiter.C
|
||||
|
||||
chars, err := anime.RefreshAnimeCharacters()
|
||||
|
Reference in New Issue
Block a user