mqtt: fix whitespace error

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2024-04-28 12:32:34 -04:00
parent 48cb177ef0
commit 0f2e3d7c99
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 1 deletions

View File

@ -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