Skip to content

Commit

Permalink
update timeout message
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Nov 25, 2024
1 parent 3ec6d2c commit c09644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_minimqtt/adafruit_minimqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def loop(self, timeout: float = 1.0) -> Optional[list[int]]:
"""
if timeout < self._socket_timeout:
raise MMQTTException(
f"loop timeout ({timeout}) must be bigger "
f"loop timeout ({timeout}) must be >= "
+ f"than socket timeout ({self._socket_timeout}))"
)

Expand Down

0 comments on commit c09644d

Please sign in to comment.