General improvements

This commit is contained in:
2017-06-23 18:22:48 +02:00
parent 294e8db22c
commit 7269bbbaca
5 changed files with 18 additions and 14 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"strings"
"github.com/aerogo/aero"
"github.com/aerogo/flow"
"github.com/animenotifier/arn"
"github.com/fatih/color"
)
@ -12,7 +12,7 @@ import (
func main() {
color.Yellow("Updating search index")
aero.Parallel(updateAnimeIndex, updateUserIndex)
flow.Parallel(updateAnimeIndex, updateUserIndex)
color.Green("Finished.")
}