This commit is contained in:
2026-01-19 23:48:27 +01:00
parent cbd2695a81
commit 40030863c3
2 changed files with 21 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ func getFetchers(config Config, cache *Cache) []Fetcher {
}
func getCache() Cache {
cache := Cache{}
cache := *NewCache()
cache.Load()
return cache
}