finished up caching of website icons

This commit is contained in:
Hazel Noack
2025-07-15 14:04:42 +02:00
parent 3396109e00
commit 3fd6ab5675
4 changed files with 11 additions and 9 deletions

View File

@@ -139,7 +139,7 @@ func (rc *Config) LoadConfigFile(file string) error {
func (c *Config) Init() error {
fmt.Print("downloading website icons")
for i, _ := range c.Template.Websites {
for i := range c.Template.Websites {
fmt.Print(".")
c.Template.Websites[i].Cache()
}