We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05c17c commit 4d4d6a5Copy full SHA for 4d4d6a5
1 file changed
adafruit_minimqtt.py
@@ -90,8 +90,7 @@ class MQTT:
90
:param str client_id: Optional client identifier, defaults to a unique, generated string.
91
:param bool is_ssl: Sets a secure or insecure connection with the broker.
92
:param bool log: Attaches a logger to the MQTT client, defaults to logging level INFO.
93
- :param int keep_alive: KeepAlive interval between the broker and the
94
- MiniMQTT client, in seconds.
+ :param int keep_alive: KeepAlive interval between the broker and the MiniMQTT client.
95
"""
96
# pylint: disable=too-many-arguments,too-many-instance-attributes, not-callable, invalid-name, no-member
97
def __init__(self, socket, broker, port=None, username=None,
0 commit comments