From 0ceadbff86c5569f507885571b0fd0400f3b1d21 Mon Sep 17 00:00:00 2001 From: Schneider Date: Wed, 5 Dec 2018 15:55:30 +0100 Subject: [PATCH] replaced tabs with spaces --- hbmqtt/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbmqtt/client.py b/hbmqtt/client.py index 2e2d744..61071dc 100644 --- a/hbmqtt/client.py +++ b/hbmqtt/client.py @@ -134,7 +134,7 @@ class MQTTClient: :param cafile: server certificate authority file (optional, used for secured connection) :param capath: server certificate authority path (optional, used for secured connection) :param cadata: server certificate authority data (optional, used for secured connection) - :param extra_headers: a dictionary with additional http headers that should be sent on the initial connection (optional, used only with websocket connections) + :param extra_headers: a dictionary with additional http headers that should be sent on the initial connection (optional, used only with websocket connections) :return: `CONNACK `_ return code :raise: :class:`hbmqtt.client.ConnectException` if connection fails """