usercache

This commit is contained in:
daru
2022-04-17 19:11:28 +02:00
parent 75415f37b5
commit 4612cd1eb0
5 changed files with 20 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ func Arbeiten() {
if err != nil {
color.Errorln(err.Error())
} else {
err = cache.Set(seasonApiJikan, bytes)
err = seasoncache.Set(seasonApiJikan, bytes)
if err != nil {
color.Errorln(err.Error())
}