diff --git a/control_relay.py b/control_relay.py index 9081485..420183c 100644 --- a/control_relay.py +++ b/control_relay.py @@ -32,6 +32,3 @@ elif command == "off": print("Relay is OFF") else: print("Invalid command. Use 'on' or 'off'.") - -# Clean up GPIO settings -#GPIO.cleanup()