Skip to content

Commit 0eed6c1

Browse files
authored
Update adafruit_espatcontrol_socket.py
missing :
1 parent 9678a8e commit 0eed6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_espatcontrol/adafruit_espatcontrol_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def connect(self, address: Tuple[str, int], conntype: Optional[str] = None) -> N
7474
elif port == 443:
7575
conntype = "SSL"
7676
#to cater for MQTT over TCP
77-
elif port == 1883
77+
elif port == 1883:
7878
conntype = "TCP"
7979

8080
if not _the_interface.socket_connect(

0 commit comments

Comments
 (0)