We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9678a8e commit 0eed6c1Copy full SHA for 0eed6c1
adafruit_espatcontrol/adafruit_espatcontrol_socket.py
@@ -74,7 +74,7 @@ def connect(self, address: Tuple[str, int], conntype: Optional[str] = None) -> N
74
elif port == 443:
75
conntype = "SSL"
76
#to cater for MQTT over TCP
77
- elif port == 1883
+ elif port == 1883:
78
conntype = "TCP"
79
80
if not _the_interface.socket_connect(
0 commit comments