diff --git a/src/Python/flask/web/app.py b/src/Python/flask/web/app.py index 33c2679..f6f0d71 100644 --- a/src/Python/flask/web/app.py +++ b/src/Python/flask/web/app.py @@ -6,6 +6,7 @@ app = Flask(__name__) mqtt_client = mqtt.Client() # Verbinding maken met de Raspberry Pi (broker) +mqtt_client.username_pw_set("ishak", "kobuki") mqtt_client.connect("ishakpi.ddns.net", 1883, 60) @app.route('/')