From 9b6ccb2469131ce567796e5017a1efa52f518061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 6 Oct 2020 02:18:51 +0200 Subject: [PATCH] =?UTF-8?q?=C3=A9n=20ynertem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mqtt_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mqtt_helper.py b/src/mqtt_helper.py index d3e6628..63ca792 100644 --- a/src/mqtt_helper.py +++ b/src/mqtt_helper.py @@ -19,7 +19,7 @@ class MQTT: """ def __init__(self, host=config.MQTT_HOSTNAME, port=config.MQTT_PORT, client_id=config.CLIENT_ID, qos=2, - retain=True, username=config.MQTT_USERNAME, password=config.MQTT_PASSWORD): + retain=False, username=config.MQTT_USERNAME, password=config.MQTT_PASSWORD): """ Init variables :param host: