Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dielee committed May 29, 2024
1 parent f650ea9 commit 18926b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 18926b6

Please sign in to comment.