mqtt: fix whitespace error
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
48cb177ef0
commit
0f2e3d7c99
|
@ -63,7 +63,7 @@ class ExtPahoClient(paho_mqtt.Client):
|
|||
if self._port <= 0:
|
||||
raise ValueError('Invalid port number.')
|
||||
|
||||
if PAHO_MQTT_VERSION >=(2, 0):
|
||||
if PAHO_MQTT_VERSION >= (2, 0):
|
||||
return self._v2_reconnect(sock)
|
||||
if PAHO_MQTT_VERSION < (1, 6):
|
||||
# Paho Mqtt Version < 1.6.x
|
||||
|
|
Loading…
Reference in New Issue