Skip to content

Commit 5c4d43b

Browse files
author
BiffoBear
committed
Fixed a typo.
1 parent 8097b80 commit 5c4d43b

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
@@ -1051,7 +1051,7 @@ def _connected(self):
10511051
a `MMQTTException` if `False`.
10521052
"""
10531053
if not self.is_connected():
1054-
raise MQTTException("MiniMQTT is not connected")
1054+
raise MMQTTException("MiniMQTT is not connected")
10551055

10561056
def is_connected(self):
10571057
"""Returns MQTT client session status as True if connected, False

0 commit comments

Comments
 (0)