diff --git a/src/Python/flask/web/app.py b/src/Python/flask/web/app.py index 84b5dc1..f69355f 100644 --- a/src/Python/flask/web/app.py +++ b/src/Python/flask/web/app.py @@ -4,6 +4,10 @@ import mysql.connector app = Flask(__name__) +# Globale variabelen +kobuki_message = "" +latest_image = None + # Globale MQTT setup def on_message(client, message): global kobuki_message, latest_image