mirror of
https://github.com/KevinMidboe/fanController.git
synced 2025-10-29 09:30:23 +00:00
Removed unused line
This commit is contained in:
@@ -44,7 +44,6 @@ def reloadFanstate():
|
||||
if getFanstate():
|
||||
GPIO.output("CSID0", GPIO.HIGH) #set CSID0 (Relay) HIGH (On)
|
||||
else:
|
||||
updateFanstate(1)
|
||||
GPIO.output("CSID0", GPIO.LOW) #set CSID0 (Relay) LOW (Off)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user