Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jul 9, 2024
1 parent 082689f commit fb65261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tariff/elering.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func NewEleringFromConfig(other map[string]interface{}) (api.Tariff, error) {

t := &Elering{
embed: &cc.embed,
log: util.NewLogger("Elering"),
log: util.NewLogger("elering"),
region: strings.ToLower(cc.Region),
data: util.NewMonitor[api.Rates](2 * time.Hour),
}
Expand Down

0 comments on commit fb65261

Please sign in to comment.