From f8f26e7541879f6bc28c5faac54d95be0326a65f Mon Sep 17 00:00:00 2001 From: Raymond Oung Date: Sat, 14 Mar 2020 12:37:08 +0900 Subject: [PATCH] Uses local host --- test/test_app.py | 3 ++- web/app.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/test_app.py b/test/test_app.py index 9843084..5672f8a 100755 --- a/test/test_app.py +++ b/test/test_app.py @@ -16,7 +16,8 @@ CLIENT_ID = 'test-app' # MQTT broker -MQTT_BROKER_HOST = '192.168.0.118' +MQTT_BROKER_HOST = 'localhost' +# MQTT_BROKER_HOST = '192.168.0.118' MQTT_BROKER_PORT = 1883 # connection parameters diff --git a/web/app.html b/web/app.html index f1bee8b..61395af 100644 --- a/web/app.html +++ b/web/app.html @@ -310,7 +310,8 @@