rewrote cache to work better
This commit is contained in:
@@ -138,12 +138,3 @@ func (rc *Config) LoadConfigFile(file string) error {
|
||||
|
||||
return toml.Unmarshal(content, rc)
|
||||
}
|
||||
|
||||
func (c *Config) Init() error {
|
||||
log.Println("downloading website icons...")
|
||||
for i := range c.Template.Websites {
|
||||
c.Template.Websites[i].Cache()
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user