diff --git a/src/mqtt.py b/src/mqtt.py index 6cec313..9e80e18 100644 --- a/src/mqtt.py +++ b/src/mqtt.py @@ -136,7 +136,7 @@ def on_message(client, userdata, msg): otp_code = payload set_otp_state() else: - logging.warning("Found retained OTP, this can't work! Pleas clean retained messages!") + logging.warning("Found retained OTP, this can't work! Please clean retained messages!") return None else: try: