Skip to content

Commit c09644d

Browse files
committed
update timeout message
1 parent 3ec6d2c commit c09644d

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
@@ -930,7 +930,7 @@ def loop(self, timeout: float = 1.0) -> Optional[list[int]]:
930930
"""
931931
if timeout < self._socket_timeout:
932932
raise MMQTTException(
933-
f"loop timeout ({timeout}) must be bigger "
933+
f"loop timeout ({timeout}) must be >= "
934934
+ f"than socket timeout ({self._socket_timeout}))"
935935
)
936936

0 commit comments

Comments
 (0)