Took out a state variable that didn't end up being used.

This commit is contained in:
Chris Smith 2022-06-12 03:34:15 +00:00
parent 45b4a6d078
commit f86efc8a38

View File

@ -92,7 +92,6 @@ def set_performance(scale):
def fan_loop(): def fan_loop():
global lastTemp global lastTemp
statechange = False
hotcount = 0 hotcount = 0
coolcount = 0 coolcount = 0
while True: while True: