mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 06:17:44 -04:00
fix a missing paren in a comment
This commit is contained in:
1 file changed
+1
-1
@@ -66,7 +66,7 @@ class TCPInterface(StreamInterface):
|
||||
super().connect()
|
||||
|
||||
def myConnect(self) -> None:
|
||||
"""Connect to socket (without attempting to start the interface's receive thread"""
|
||||
"""Connect to socket (without attempting to start the interface's receive thread)"""
|
||||
logger.debug(f"Connecting to {self.hostname}") # type: ignore[str-bytes-safe]
|
||||
server_address = (self.hostname, self.portNumber)
|
||||
self.socket = socket.create_connection(server_address)
|
||||
|
||||
Reference in new issue
Block a user