Removed unused line

This commit is contained in:
2017-06-03 19:33:38 +02:00
parent d6cc0edb8b
commit bbba4b2792

View File

@@ -44,7 +44,6 @@ def reloadFanstate():
if getFanstate(): if getFanstate():
GPIO.output("CSID0", GPIO.HIGH) #set CSID0 (Relay) HIGH (On) GPIO.output("CSID0", GPIO.HIGH) #set CSID0 (Relay) HIGH (On)
else: else:
updateFanstate(1)
GPIO.output("CSID0", GPIO.LOW) #set CSID0 (Relay) LOW (Off) GPIO.output("CSID0", GPIO.LOW) #set CSID0 (Relay) LOW (Off)
if __name__ == '__main__': if __name__ == '__main__':