diff --git a/main.py b/main.py index 630f65e..88ba0cb 100644 --- a/main.py +++ b/main.py @@ -128,7 +128,7 @@ if __name__ == '__main__': elif mode == "1": mode = 1 return color - return 'Set Color' + # return 'Set Color' @app.route('/power', methods=['GET']) def power():