Skip to content

Commit ba77566

Browse files
authored
Update light_water.py
1 parent 8f460a3 commit ba77566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

light_water.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def loop():
2020
GPIO.output(pin, GPIO.HIGH)
2121

2222
def destroy():
23-
GPIO.cleanup()
23+
GPIO.cleanup()
2424

2525
if __name__ == '__main__':
2626
print('Program starting..')

0 commit comments

Comments
 (0)