Skip to content

Commit 394bf96

Browse files
authored
Update adafruit_espatcontrol_socket.py
add space after #
1 parent 0eed6c1 commit 394bf96

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
@@ -73,7 +73,7 @@ def connect(self, address: Tuple[str, int], conntype: Optional[str] = None) -> N
7373
conntype = "TCP"
7474
elif port == 443:
7575
conntype = "SSL"
76-
#to cater for MQTT over TCP
76+
# to cater for MQTT over TCP
7777
elif port == 1883:
7878
conntype = "TCP"
7979

0 commit comments

Comments
 (0)