Merge pull request #37 from kemenril/main

Took out a state variable that didn't end up being used.
This commit is contained in:
GNU 2022-06-24 12:54:11 +08:00 committed by GitHub
commit 668e3295ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: