Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joehil committed Mar 9, 2024
1 parent 77be437 commit 9762df2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tibber2mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ func getTibberPricesNew() {
}
if hour > 22 || hour == 13 {
os.Remove(jpathT)
bT = false
}
}

Expand All @@ -360,7 +359,6 @@ func getTibberPricesNew() {
}
if hour > 6 && hour < 14 {
os.Remove(jpathN)
bN = false
}
}

Expand Down

0 comments on commit 9762df2

Please sign in to comment.