From d493b6a9ec04cae3d17e2a803642fc237b044369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Fri, 1 Jul 2022 22:42:51 +0200 Subject: [PATCH] temp killed flask server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b97e8fb..89a9352 100644 --- a/main.py +++ b/main.py @@ -92,7 +92,7 @@ def mqtt_on_message(client, userdata, msg): if __name__ == '__main__': - app = Flask(__name__) + # app = Flask(__name__) #api @app.route('/api/')