Skip to content

Commit 497ea40

Browse files
committed
Specify proto on get_socket
1 parent 97cb3bb commit 497ea40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def _connect(
486486
self._sock = self._connection_manager.get_socket(
487487
self.broker,
488488
self.port,
489-
"mqtt:",
489+
proto="mqtt:",
490490
timeout=self._socket_timeout,
491491
is_ssl=self._is_ssl,
492492
ssl_context=self._ssl_context,

0 commit comments

Comments
 (0)