Update On Mon Mar 18 19:26:49 CET 2024

This commit is contained in:
github-action[bot]
2024-03-18 19:26:49 +01:00
parent ed6af3de85
commit 557f90cf41
106 changed files with 879 additions and 295 deletions

View File

@@ -75,9 +75,6 @@ func (c *Config) readFromFile() error {
return err
}
c.l.Infof("Load Config From File: %s", c.PATH)
if err != nil {
return err
}
return json.Unmarshal([]byte(file), &c)
}