pull/8/head
Nicolas Jouanin 2015-07-05 15:52:39 +02:00
rodzic a3391ffe8a
commit b5479be287
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -66,8 +66,8 @@ class MQTTClient:
:return:
"""
self.logger = logging.getLogger(__name__)
self.config = config.copy()
self.config.update(_defaults)
self.config = _defaults
self.config.update(config)
if client_id is not None:
self.client_id = client_id
else: