diff --git a/tibber2mqtt.go b/tibber2mqtt.go index 4cc34af..262f3bc 100644 --- a/tibber2mqtt.go +++ b/tibber2mqtt.go @@ -347,7 +347,6 @@ func getTibberPricesNew() { } if hour > 22 || hour == 13 { os.Remove(jpathT) - bT = false } } @@ -360,7 +359,6 @@ func getTibberPricesNew() { } if hour > 6 && hour < 14 { os.Remove(jpathN) - bN = false } }