From 18926b67e451b0b09c3c39347aa3834ac94b0062 Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Wed, 29 May 2024 20:11:36 +0200 Subject: [PATCH] Fix typo --- src/mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: